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

Unified Diff: components/sync_driver/data_type_manager.cc

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile and chrome/ usage 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
Index: components/sync_driver/data_type_manager.cc
diff --git a/components/sync_driver/data_type_manager.cc b/components/sync_driver/data_type_manager.cc
index e3b6b3269fb21257156b55223ac3fe632395d3dd..433d5ca160e647378859469edc9f380c3d913ac8 100644
--- a/components/sync_driver/data_type_manager.cc
+++ b/components/sync_driver/data_type_manager.cc
@@ -4,7 +4,7 @@
#include "components/sync_driver/data_type_manager.h"
-namespace browser_sync {
+namespace sync_driver {
DataTypeManager::ConfigureResult::ConfigureResult()
: status(UNKNOWN) {
@@ -51,4 +51,4 @@ std::string DataTypeManager::ConfigureStatusToString(ConfigureStatus status) {
}
}
-} // namespace browser_sync
+} // namespace sync_driver

Powered by Google App Engine
This is Rietveld 408576698