| Index: chrome/browser/extensions/api/storage/settings_sync_processor.h
|
| diff --git a/chrome/browser/extensions/api/storage/settings_sync_processor.h b/chrome/browser/extensions/api/storage/settings_sync_processor.h
|
| index 834e02667b36beeb7365c4848b4a6b715c7b8bac..acc836f38299b3813bd2179f8eaaa030393aaf5f 100644
|
| --- a/chrome/browser/extensions/api/storage/settings_sync_processor.h
|
| +++ b/chrome/browser/extensions/api/storage/settings_sync_processor.h
|
| @@ -31,7 +31,7 @@ class SettingsSyncProcessor {
|
| ~SettingsSyncProcessor();
|
|
|
| // Initializes this with the initial state of sync.
|
| - void Init(const DictionaryValue& initial_state);
|
| + void Init(const base::DictionaryValue& initial_state);
|
|
|
| // Sends |changes| to sync.
|
| syncer::SyncError SendChanges(const ValueStoreChangeList& changes);
|
|
|