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

Unified Diff: components/sessions/core/tab_restore_service_observer.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
« no previous file with comments | « components/sessions/core/tab_restore_service_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/tab_restore_service_observer.h
diff --git a/components/sessions/core/tab_restore_service_observer.h b/components/sessions/core/tab_restore_service_observer.h
index 94f05df083b89e72e66bc64ccdf25bee32dc00e4..1a785ad4f93252d17d84b1e4b2346df97822f4d6 100644
--- a/components/sessions/core/tab_restore_service_observer.h
+++ b/components/sessions/core/tab_restore_service_observer.h
@@ -7,6 +7,8 @@
#include "components/sessions/sessions_export.h"
+namespace sessions {
+
class TabRestoreService;
// Observer is notified when the set of entries managed by TabRestoreService
@@ -27,4 +29,6 @@ class SESSIONS_EXPORT TabRestoreServiceObserver {
virtual ~TabRestoreServiceObserver() {}
};
+} // namespace sessions
+
#endif // COMPONENTS_SESSIONS_CORE_TAB_RESTORE_SERVICE_OBSERVER_H_
« no previous file with comments | « components/sessions/core/tab_restore_service_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698