[email protected] | a636d8e5 | 2012-02-28 15:40:41 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | fb7da413 | 2011-03-15 15:51:00 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
blundell | bde024d | 2015-09-30 13:47:07 | [diff] [blame] | 5 | #ifndef CHROME_BROWSER_UI_BROWSER_LIVE_TAB_CONTEXT_H_ |
6 | #define CHROME_BROWSER_UI_BROWSER_LIVE_TAB_CONTEXT_H_ | ||||
[email protected] | fb7da413 | 2011-03-15 15:51:00 | [diff] [blame] | 7 | |
Roman Arora | fa79458 | 2021-11-12 00:42:37 | [diff] [blame] | 8 | #include <map> |
[email protected] | fb7da413 | 2011-03-15 15:51:00 | [diff] [blame] | 9 | #include <string> |
10 | #include <vector> | ||||
11 | |||||
Keishi Hattori | 0e45c02 | 2021-11-27 09:25:52 | [diff] [blame^] | 12 | #include "base/memory/raw_ptr.h" |
blundell | bde024d | 2015-09-30 13:47:07 | [diff] [blame] | 13 | #include "components/sessions/core/live_tab_context.h" |
Connie Wan | 866179b | 2019-12-18 21:39:33 | [ |