Chromium Code Reviews| 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..8a6806d12dacd8b68bc58079df4a591b55fa6e34 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) OVERRIDE; |
|
Mihai Parparita -not on Chrome
2012/08/28 18:22:59
This doesn't override anything (SetPrefs is not de
|
| // ExternalProvider implementation: |
| virtual void ServiceShutdown() OVERRIDE; |