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

Unified Diff: components/sessions/core/live_tab.h

Issue 1350653004: [sessions] Properly namespace recently-componentized TabRestore code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac 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 side-by-side diff with in-line comments
Download patch
Index: components/sessions/core/live_tab.h
diff --git a/components/sessions/core/live_tab.h b/components/sessions/core/live_tab.h
index a916b4449eb57ad7d4406d7ebf930b6ef6076f65..8c49a6f0d1488a3de5f6dd1e5a86b7cf2166ec3b 100644
--- a/components/sessions/core/live_tab.h
+++ b/components/sessions/core/live_tab.h
@@ -22,8 +22,8 @@ class SESSIONS_EXPORT LiveTab {
// Methods that return information about the navigation state of the tab.
virtual int GetCurrentEntryIndex() = 0;
virtual int GetPendingEntryIndex() = 0;
- virtual sessions::SerializedNavigationEntry GetEntryAtIndex(int index) = 0;
- virtual sessions::SerializedNavigationEntry GetPendingEntry() = 0;
+ virtual SerializedNavigationEntry GetEntryAtIndex(int index) = 0;
+ virtual SerializedNavigationEntry GetPendingEntry() = 0;
virtual int GetEntryCount() = 0;
// Loads the current page if necessary (where "necessary" is defined on a
« no previous file with comments | « components/sessions/core/in_memory_tab_restore_service.cc ('k') | components/sessions/core/persistent_tab_restore_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698