| Index: chrome/browser/prefs/pref_service.h
|
| diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
|
| index 948bd34e61e66a81ca5d0598dbac5092f22e52a0..b76f32aa79aff61a0d42408de3b5cdf533612f75 100644
|
| --- a/chrome/browser/prefs/pref_service.h
|
| +++ b/chrome/browser/prefs/pref_service.h
|
| @@ -29,13 +29,16 @@ class PrefNotifier;
|
| class PrefNotifierImpl;
|
| class PrefStore;
|
| class PrefValueStore;
|
| -class SyncableService;
|
|
|
| namespace content {
|
| class NotificationObserver;
|
| }
|
|
|
| -namespace policy{
|
| +namespace csync {
|
| +class SyncableService;
|
| +}
|
| +
|
| +namespace policy {
|
| class PolicyService;
|
| }
|
|
|
| @@ -318,9 +321,9 @@ class PrefService : public base::NonThreadSafe {
|
|
|
| PrefInitializationStatus GetInitializationStatus() const;
|
|
|
| - // SyncableService getter.
|
| - // TODO(zea): Have PrefService implement SyncableService directly.
|
| - SyncableService* GetSyncableService();
|
| + // csync::SyncableService getter.
|
| + // TODO(zea): Have PrefService implement csync::SyncableService directly.
|
| + csync::SyncableService* GetSyncableService();
|
|
|
| // Tell our PrefValueStore to update itself using |command_line|.
|
| // Do not call this after having derived an incognito or per tab pref service.
|
|
|