Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: chrome/browser/extensions/api/hotword_private/hotword_private_api.h

Issue 166053003: Move ProfileKeyedAPI implementations to take BrowserContext in the constructor (part 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: | Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698