Index: chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc |
diff --git a/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc b/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc |
index 7d08ddc264ab3dc3ccab595a3178f2db00bcd1a1..5cf863f57acfa6cd5bc93e5e0f6e87905abbe69d 100644 |
--- a/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc |
+++ b/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc |
@@ -28,7 +28,7 @@ class MockHotwordService : public HotwordService { |
service_available_ = available; |
} |
- static BrowserContextKeyedService* Build(content::BrowserContext* profile) { |
+ static KeyedService* Build(content::BrowserContext* profile) { |
return new MockHotwordService(static_cast<Profile*>(profile)); |
} |