Index: chrome/browser/speech/extension_api/tts_extension_api.cc |
diff --git a/chrome/browser/speech/extension_api/tts_extension_api.cc b/chrome/browser/speech/extension_api/tts_extension_api.cc |
index bd43ddb7f842bdaab77952482cd10a74a47bd5b5..b5d683cc3f8898340c5f4dac91a159a509c600f9 100644 |
--- a/chrome/browser/speech/extension_api/tts_extension_api.cc |
+++ b/chrome/browser/speech/extension_api/tts_extension_api.cc |
@@ -357,10 +357,10 @@ TtsAPI::TtsAPI(content::BrowserContext* context) { |
TtsAPI::~TtsAPI() { |
} |
-static base::LazyInstance<ProfileKeyedAPIFactory<TtsAPI> > |
-g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance<BrowserContextKeyedAPIFactory<TtsAPI> > g_factory = |
+ LAZY_INSTANCE_INITIALIZER; |
-ProfileKeyedAPIFactory<TtsAPI>* TtsAPI::GetFactoryInstance() { |
+BrowserContextKeyedAPIFactory<TtsAPI>* TtsAPI::GetFactoryInstance() { |
return g_factory.Pointer(); |
} |