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

Unified Diff: components/sync_driver/data_type_manager.h

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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/sync_driver/data_type_error_handler_mock.cc ('k') | components/sync_driver/data_type_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/data_type_manager.h
diff --git a/components/sync_driver/data_type_manager.h b/components/sync_driver/data_type_manager.h
index d7287f29438f5c07d8ebd7abb156fba09a1524cd..ecb3f0cb461fd266b479daa92676c432fa11f133 100644
--- a/components/sync_driver/data_type_manager.h
+++ b/components/sync_driver/data_type_manager.h
@@ -14,7 +14,7 @@
#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/configure_reason.h"
-namespace browser_sync {
+namespace sync_driver {
// This interface is for managing the start up and shut down life cycle
// of many different syncable data types.
@@ -106,6 +106,6 @@ class DataTypeManager {
virtual State state() const = 0;
};
-} // namespace browser_sync
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DRIVER_DATA_TYPE_MANAGER_H__
« no previous file with comments | « components/sync_driver/data_type_error_handler_mock.cc ('k') | components/sync_driver/data_type_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698