| Index: chrome/browser/extensions/extension_settings_api.cc
|
| diff --git a/chrome/browser/extensions/extension_settings_api.cc b/chrome/browser/extensions/extension_settings_api.cc
|
| index 411d3b38c0980a3369cede0b39810267b02dff07..87442fef258cbee235048ce29ff7f28f90c98d8a 100644
|
| --- a/chrome/browser/extensions/extension_settings_api.cc
|
| +++ b/chrome/browser/extensions/extension_settings_api.cc
|
| @@ -43,7 +43,8 @@ bool SettingsFunction::RunImpl() {
|
| return true;
|
| }
|
|
|
| -void SettingsFunction::RunWithStorage(ExtensionSettingsStorage* storage) {
|
| +void SettingsFunction::RunWithStorage(
|
| + SyncableExtensionSettingsStorage* storage) {
|
| // Mimic how RunImpl() is handled in extensions code.
|
| if (!RunWithStorageImpl(storage)) {
|
| SendResponse(false);
|
|
|