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 e6a34bd5b811071022f3eff1a2510ef2ed2fdfaf..eada6b31ba0777372819fc5c55c67ecf0aebe68d 100644 |
--- a/chrome/browser/speech/extension_api/tts_extension_api.cc |
+++ b/chrome/browser/speech/extension_api/tts_extension_api.cc |
@@ -365,7 +365,7 @@ static base::LazyInstance<ProfileKeyedAPIFactory<TtsAPI> > |
g_factory = LAZY_INSTANCE_INITIALIZER; |
ProfileKeyedAPIFactory<TtsAPI>* TtsAPI::GetFactoryInstance() { |
- return &g_factory.Get(); |
+ return g_factory.Pointer(); |
} |
} // namespace extensions |