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

Unified Diff: chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.h

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
Index: chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.h
diff --git a/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.h b/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.h
index f235684368cb25790bb8affd466c54d2077b5bea..84e69c2221a9627c736735bb1981dee83709bd85 100644
--- a/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.h
+++ b/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.h
@@ -12,22 +12,22 @@
#include "components/sync/driver/data_type_controller.h"
#include "components/sync/driver/ui_data_type_controller.h"
-class Profile;
-
-namespace syncer {
+namespace sync_driver {
class SyncClient;
}
+class Profile;
+
// A UIDataTypeController for arc package sync datatypes, which enables or
// disables these types based on whether ArcAppInstance is ready.
class ArcPackageSyncDataTypeController
- : public syncer::UIDataTypeController,
+ : public sync_driver::UIDataTypeController,
public arc::InstanceHolder<arc::mojom::AppInstance>::Observer {
public:
// |dump_stack| is called when an unrecoverable error occurs.
ArcPackageSyncDataTypeController(syncer::ModelType type,
const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
+ sync_driver::SyncClient* sync_client,
Profile* profile);
~ArcPackageSyncDataTypeController() override;
@@ -49,7 +49,7 @@ class ArcPackageSyncDataTypeController
Profile* const profile_;
- syncer::SyncClient* sync_client_;
+ sync_driver::SyncClient* sync_client_;
PrefChangeRegistrar pref_registrar_;

Powered by Google App Engine
This is Rietveld 408576698