Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Side by Side Diff: components/sessions/content/content_live_tab.h

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SESSIONS_CONTENT_CONTENT_LIVE_TAB_H_ 5 #ifndef COMPONENTS_SESSIONS_CONTENT_CONTENT_LIVE_TAB_H_
6 #define COMPONENTS_SESSIONS_CONTENT_CONTENT_LIVE_TAB_H_ 6 #define COMPONENTS_SESSIONS_CONTENT_CONTENT_LIVE_TAB_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/supports_user_data.h" 9 #include "base/supports_user_data.h"
10 #include "components/sessions/content/content_serialized_navigation_builder.h" 10 #include "components/sessions/content/content_serialized_navigation_builder.h"
11 #include "components/sessions/core/live_tab.h" 11 #include "components/sessions/core/live_tab.h"
12 #include "components/sessions/sessions_export.h" 12 #include "components/sessions/core/sessions_export.h"
13 #include "content/public/browser/web_contents.h" 13 #include "content/public/browser/web_contents.h"
14 14
15 namespace content { 15 namespace content {
16 class NavigationController; 16 class NavigationController;
17 class NavigationEntry; 17 class NavigationEntry;
18 class SessionStorageNamespace; 18 class SessionStorageNamespace;
19 } 19 }
20 20
21 class PersistentTabRestoreServiceTest; 21 class PersistentTabRestoreServiceTest;
22 22
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 58 }
59 59
60 content::WebContents* web_contents_; 60 content::WebContents* web_contents_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(ContentLiveTab); 62 DISALLOW_COPY_AND_ASSIGN(ContentLiveTab);
63 }; 63 };
64 64
65 } // namespace sessions 65 } // namespace sessions
66 66
67 #endif // COMPONENTS_SESSIONS_CONTENT_CONTENT_LIVE_TAB_H_ 67 #endif // COMPONENTS_SESSIONS_CONTENT_CONTENT_LIVE_TAB_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698