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

Unified Diff: chrome/browser/prefs/pref_service.h

Issue 8065016: [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try harder trybot (rebase). Created 9 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/prefs/pref_service.h
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
index 5361928c981c6c60149af59ab60a978f41a502bf..f9a57e925b148a1475cb632b892cfc06d0598b4b 100644
--- a/chrome/browser/prefs/pref_service.h
+++ b/chrome/browser/prefs/pref_service.h
@@ -291,7 +291,7 @@ class PrefService : public base::NonThreadSafe {
// SyncableService getter.
// TODO(zea): Have PrefService implement SyncableService directly.
- SyncableService* GetSyncableService();
+ PrefModelAssociator* GetSyncableService();
protected:
// Construct a new pref service, specifying the pref sources as explicit

Powered by Google App Engine
This is Rietveld 408576698