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

Unified Diff: components/sync/driver/ui_model_type_controller.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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/ui_model_type_controller.h
diff --git a/components/sync/driver/ui_model_type_controller.h b/components/sync/driver/ui_model_type_controller.h
index 5dae109ef4fb3ee58b1d4f1074f04d890d18e400..78798312d94b4e8b726c2643c319ac8d171754bb 100644
--- a/components/sync/driver/ui_model_type_controller.h
+++ b/components/sync/driver/ui_model_type_controller.h
@@ -7,20 +7,18 @@
#include "components/sync/driver/non_blocking_data_type_controller.h"
-namespace sync_driver {
-class SyncClient;
-}
+namespace syncer {
-namespace sync_driver_v2 {
+class SyncClient;
// Implementation for Unified Sync and Storage datatypes that reside on the UI
// thread.
class UIModelTypeController : public NonBlockingDataTypeController {
public:
// |dump_stack| is called when an unrecoverable error occurs.
- UIModelTypeController(syncer::ModelType type,
+ UIModelTypeController(ModelType type,
const base::Closure& dump_stack,
- sync_driver::SyncClient* sync_client);
+ SyncClient* sync_client);
~UIModelTypeController() override;
private:
@@ -32,6 +30,6 @@ class UIModelTypeController : public NonBlockingDataTypeController {
DISALLOW_COPY_AND_ASSIGN(UIModelTypeController);
};
-} // namespace sync_driver_v2
+} // namespace syncer
#endif // COMPONENTS_SYNC_DRIVER_UI_MODEL_TYPE_CONTROLLER_H_
« no previous file with comments | « components/sync/driver/ui_data_type_controller_unittest.cc ('k') | components/sync/driver/ui_model_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698