| Index: chrome/browser/extensions/external_provider_impl.h
|
| diff --git a/chrome/browser/extensions/external_provider_impl.h b/chrome/browser/extensions/external_provider_impl.h
|
| index 26384403c87e2e1901f949ab14549ac18eaf163c..fad21dd8bb8d12c7b6cf95a72554b3495d130630 100644
|
| --- a/chrome/browser/extensions/external_provider_impl.h
|
| +++ b/chrome/browser/extensions/external_provider_impl.h
|
| @@ -52,7 +52,7 @@ class ExternalProviderImpl : public ExternalProviderInterface {
|
|
|
| // Sets underlying prefs and notifies provider. Only to be called by the
|
| // owned ExternalLoader instance.
|
| - void SetPrefs(base::DictionaryValue* prefs);
|
| + virtual void SetPrefs(base::DictionaryValue* prefs);
|
|
|
| // ExternalProvider implementation:
|
| virtual void ServiceShutdown() OVERRIDE;
|
|
|