| Index: chrome/browser/search/hotword_service.h
|
| diff --git a/chrome/browser/search/hotword_service.h b/chrome/browser/search/hotword_service.h
|
| index 8f44e3d96fb38e1386d699109e300cd703a4c14c..457319ed27377b68af88ada2582b1c63b5740b6c 100644
|
| --- a/chrome/browser/search/hotword_service.h
|
| +++ b/chrome/browser/search/hotword_service.h
|
| @@ -54,7 +54,8 @@ class HotwordService : public content::NotificationObserver,
|
| bool is_update) OVERRIDE;
|
| virtual void OnExtensionUninstalled(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| + const extensions::Extension* extension,
|
| + extensions::UninstallReason reason) OVERRIDE;
|
|
|
| // Checks for whether all the necessary files have downloaded to allow for
|
| // using the extension.
|
|
|