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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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_controller.h ('k') | components/sync/driver/data_type_controller_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 01fb3caf8592894edecb8e4b7f14e5b910cfe60d..f03c2b8059b275f3d34c101d8af29ad4d4500dd6 100644
--- a/components/sync/driver/data_type_controller.cc
+++ b/components/sync/driver/data_type_controller.cc
@@ -7,9 +7,9 @@
#include "components/sync/base/data_type_histogram.h"
#include "components/sync/core/user_share.h"
-namespace syncer {
+namespace sync_driver {
-DataTypeController::DataTypeController(ModelType type,
+DataTypeController::DataTypeController(syncer::ModelType type,
const base::Closure& dump_stack)
: dump_stack_(dump_stack), type_(type) {}
@@ -31,4 +31,4 @@ bool DataTypeController::CalledOnValidThread() const {
return thread_checker_.CalledOnValidThread();
}
-} // namespace syncer
+} // namespace sync_driver
« no previous file with comments | « components/sync/driver/data_type_controller.h ('k') | components/sync/driver/data_type_controller_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698