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

Unified Diff: components/sessions/core/tab_restore_service.cc

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/tab_restore_service.cc
diff --git a/components/sessions/core/tab_restore_service.cc b/components/sessions/core/tab_restore_service.cc
index 6d33f35dd2d5606f0e5649bf17c8ec1afc5885fa..7fccf96c56e30a8e4f7579c62af851a08f848561 100644
--- a/components/sessions/core/tab_restore_service.cc
+++ b/components/sessions/core/tab_restore_service.cc
@@ -4,6 +4,8 @@
#include "components/sessions/core/tab_restore_service.h"
+namespace sessions {
+
// TimeFactory-----------------------------------------------------------------
TabRestoreService::TimeFactory::~TimeFactory() {}
@@ -79,3 +81,5 @@ TabRestoreService::Window::~Window() {
TabRestoreService::~TabRestoreService() {
}
+
+} // namespace sessions
« no previous file with comments | « components/sessions/core/tab_restore_service.h ('k') | components/sessions/core/tab_restore_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698