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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.h

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (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/chromeos/arc/arc_auth_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index 55831acddf927a5752ab52d25ae9b32c25b7ee36..e2a7748599b699cd207a3f9582b49d82c62d57ca 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -21,8 +21,8 @@
#include "components/arc/common/auth.mojom.h"
#include "components/arc/instance_holder.h"
#include "components/prefs/pref_change_registrar.h"
-#include "components/syncable_prefs/pref_service_syncable_observer.h"
-#include "components/syncable_prefs/synced_pref_observer.h"
+#include "components/sync_preferences/pref_service_syncable_observer.h"
+#include "components/sync_preferences/synced_pref_observer.h"
#include "mojo/public/cpp/bindings/binding.h"
class ArcAppLauncher;
@@ -53,8 +53,8 @@ class ArcAuthService : public ArcService,
public InstanceHolder<mojom::AuthInstance>::Observer,
public ArcAuthContextDelegate,
public ArcAuthCodeFetcherDelegate,
- public syncable_prefs::PrefServiceSyncableObserver,
- public syncable_prefs::SyncedPrefObserver {
+ public sync_preferences::PrefServiceSyncableObserver,
+ public sync_preferences::SyncedPrefObserver {
public:
enum class State {
NOT_INITIALIZED, // Service is not initialized.
@@ -166,10 +166,10 @@ class ArcAuthService : public ArcService,
void EnableArc();
void DisableArc();
- // syncable_prefs::PrefServiceSyncableObserver
+ // sync_preferences::PrefServiceSyncableObserver
void OnIsSyncingChanged() override;
- // syncable_prefs::SyncedPrefObserver
+ // sync_preferences::SyncedPrefObserver
void OnSyncedPrefChanged(const std::string& path, bool from_sync) override;
// ArcAuthContextDelegate:

Powered by Google App Engine
This is Rietveld 408576698