| 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 567a253a2e1ef078f9837f578c76862f922c72b0..26160e97c6029da3dd91754438539fb5f3768a6e 100644
|
| --- a/chrome/browser/speech/extension_api/tts_extension_api.cc
|
| +++ b/chrome/browser/speech/extension_api/tts_extension_api.cc
|
| @@ -367,7 +367,8 @@ TtsAPI::TtsAPI(content::BrowserContext* context) {
|
| TtsAPI::~TtsAPI() {
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<TtsAPI> > g_factory =
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<TtsAPI>>::DestructorAtExit g_factory =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| BrowserContextKeyedAPIFactory<TtsAPI>* TtsAPI::GetFactoryInstance() {
|
|
|