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

Unified Diff: chrome/browser/extensions/external_pref_loader.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/extensions/external_pref_loader.h
diff --git a/chrome/browser/extensions/external_pref_loader.h b/chrome/browser/extensions/external_pref_loader.h
index 5dea4d671e9fcb7e567b51dce82b4fec75211e66..6d9d5368ae35e0c6b133332563181967f6dc1977 100644
--- a/chrome/browser/extensions/external_pref_loader.h
+++ b/chrome/browser/extensions/external_pref_loader.h
@@ -31,7 +31,7 @@ namespace extensions {
// thread and they are expecting public method calls from the UI thread.
class ExternalPrefLoader : public ExternalLoader,
public syncable_prefs::PrefServiceSyncableObserver,
- public sync_driver::SyncServiceObserver {
+ public syncer::SyncServiceObserver {
public:
enum Options {
NONE = 0,
@@ -74,7 +74,7 @@ class ExternalPrefLoader : public ExternalLoader,
// syncable_prefs::PrefServiceSyncableObserver:
void OnIsSyncingChanged() override;
- // sync_driver::SyncServiceObserver
+ // syncer::SyncServiceObserver
void OnStateChanged() override;
// If priority sync ready posts LoadOnFileThread and return true.

Powered by Google App Engine
This is Rietveld 408576698