| Index: chrome/browser/extensions/settings/settings_frontend.h
|
| diff --git a/chrome/browser/extensions/settings/settings_frontend.h b/chrome/browser/extensions/settings/settings_frontend.h
|
| index 8dc4c263144eab7232a038629487e39943e16671..cce3c8b22657898b7980d0c016e05a2adc7468d1 100644
|
| --- a/chrome/browser/extensions/settings/settings_frontend.h
|
| +++ b/chrome/browser/extensions/settings/settings_frontend.h
|
| @@ -49,7 +49,7 @@ class SettingsFrontend {
|
|
|
| // Must only be called from the FILE thread. |type| should be either
|
| // APP_SETTINGS or EXTENSION_SETTINGS.
|
| - syncer::SyncableService* GetBackendForSync(syncable::ModelType type) const;
|
| + syncer::SyncableService* GetBackendForSync(syncer::ModelType type) const;
|
|
|
| // Runs |callback| on the FILE thread with the storage area for
|
| // |extension_id|. If there is no extension with that ID, the storage area
|
|
|