| Index: chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc b/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| index 7ede50fea12714dbc6b92535462dc2d13026e9ba..1a12db9901ff136022bc6821ea0a5732cd905b0a 100644
|
| --- a/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc
|
| @@ -206,8 +206,9 @@ void LogPrivateAPI::RegisterTempFile(const std::string& owner_extension_id,
|
| base::Unretained(this), owner_extension_id, file_path));
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<LogPrivateAPI> >
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<LogPrivateAPI>>::DestructorAtExit g_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<LogPrivateAPI>*
|
|
|