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

Unified Diff: chrome/browser/sync/glue/theme_data_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: chrome/browser/sync/glue/theme_data_type_controller.h
diff --git a/chrome/browser/sync/glue/theme_data_type_controller.h b/chrome/browser/sync/glue/theme_data_type_controller.h
index 25a438fd4915e75e238bca539f6957f6fdc12916..64335cf261fe34d7ee46ef30532b5e9e8c646e45 100644
--- a/chrome/browser/sync/glue/theme_data_type_controller.h
+++ b/chrome/browser/sync/glue/theme_data_type_controller.h
@@ -12,11 +12,11 @@ class Profile;
namespace browser_sync {
-class ThemeDataTypeController : public sync_driver::UIDataTypeController {
+class ThemeDataTypeController : public syncer::UIDataTypeController {
public:
// |dump_stack| is called when an unrecoverable error occurs.
ThemeDataTypeController(const base::Closure& dump_stack,
- sync_driver::SyncClient* sync_client,
+ syncer::SyncClient* sync_client,
Profile* profile);
~ThemeDataTypeController() override;

Powered by Google App Engine
This is Rietveld 408576698