| Index: extensions/browser/api/audio/audio_api.cc
|
| diff --git a/extensions/browser/api/audio/audio_api.cc b/extensions/browser/api/audio/audio_api.cc
|
| index 55f14239bd383fdb3fda0c2be7df37f5c7b87184..c81921c72adff0decd8291c4cbe8567331ae9735 100644
|
| --- a/extensions/browser/api/audio/audio_api.cc
|
| +++ b/extensions/browser/api/audio/audio_api.cc
|
| @@ -47,7 +47,8 @@ bool CanReceiveDeprecatedAudioEvent(content::BrowserContext* context,
|
|
|
| } // namespace
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<AudioAPI> > g_factory =
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<AudioAPI>>::DestructorAtExit g_factory =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
|
|