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

Unified Diff: components/sync/driver/data_type_controller.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 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/sync/driver/data_type_controller.cc
diff --git a/components/sync/driver/data_type_controller.cc b/components/sync/driver/data_type_controller.cc
index e68ed4f3ac97c7f910fa6c11f0f9ec94b89ec15a..295ab44ea774fb1bcb4c69a83de90130ae3fc9ee 100644
--- a/components/sync/driver/data_type_controller.cc
+++ b/components/sync/driver/data_type_controller.cc
@@ -8,9 +8,9 @@
#include "components/sync/base/model_type.h"
#include "components/sync/core/user_share.h"
-namespace sync_driver {
+namespace syncer {
-DataTypeController::DataTypeController(syncer::ModelType type,
+DataTypeController::DataTypeController(ModelType type,
const base::Closure& dump_stack)
: dump_stack_(dump_stack), type_(type) {}
@@ -32,4 +32,4 @@ bool DataTypeController::CalledOnValidThread() const {
return thread_checker_.CalledOnValidThread();
}
-} // namespace sync_driver
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698