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

Unified Diff: components/sync_driver/non_blocking_data_type_controller.cc

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
Index: components/sync_driver/non_blocking_data_type_controller.cc
diff --git a/components/sync_driver/non_blocking_data_type_controller.cc b/components/sync_driver/non_blocking_data_type_controller.cc
index 21b1dab512886aab439b1a55af71129ab8b28baf..5b2b528b86218425342e8dfa5dfed32ef4e8e429 100644
--- a/components/sync_driver/non_blocking_data_type_controller.cc
+++ b/components/sync_driver/non_blocking_data_type_controller.cc
@@ -9,7 +9,7 @@
#include "base/location.h"
#include "sync/engine/model_type_sync_proxy_impl.h"
-namespace browser_sync {
+namespace sync_driver {
NonBlockingDataTypeController::NonBlockingDataTypeController(
syncer::ModelType type, bool is_preferred)
@@ -134,4 +134,4 @@ NonBlockingDataTypeController::GetDesiredState() const {
}
}
-} // namespace browser_sync
+} // namespace sync_driver

Powered by Google App Engine
This is Rietveld 408576698