| Index: chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| diff --git a/chrome/browser/extensions/api/hotword_private/hotword_private_api.h b/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| index 30862777d0bb167b89e9ab54ebc9317b3e03f1c5..00201be6d7f92885f2c145b6074ee705d60a9517 100644
|
| --- a/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| +++ b/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| @@ -19,7 +19,7 @@ namespace extensions {
|
| // event.
|
| class HotwordPrivateEventService : public ProfileKeyedAPI {
|
| public:
|
| - explicit HotwordPrivateEventService(Profile* profile);
|
| + explicit HotwordPrivateEventService(content::BrowserContext* context);
|
| virtual ~HotwordPrivateEventService();
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|