| Index: chrome/browser/prefs/pref_service.h
|
| diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
|
| index b76f32aa79aff61a0d42408de3b5cdf533612f75..29b3e7eb42256d780c8e8319a3805818cb6d5538 100644
|
| --- a/chrome/browser/prefs/pref_service.h
|
| +++ b/chrome/browser/prefs/pref_service.h
|
| @@ -34,7 +34,7 @@ namespace content {
|
| class NotificationObserver;
|
| }
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| class SyncableService;
|
| }
|
|
|
| @@ -321,9 +321,9 @@ class PrefService : public base::NonThreadSafe {
|
|
|
| PrefInitializationStatus GetInitializationStatus() const;
|
|
|
| - // csync::SyncableService getter.
|
| - // TODO(zea): Have PrefService implement csync::SyncableService directly.
|
| - csync::SyncableService* GetSyncableService();
|
| + // syncer::SyncableService getter.
|
| + // TODO(zea): Have PrefService implement syncer::SyncableService directly.
|
| + syncer::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.
|
|
|