| Index: extensions/common/manifest_handlers/oauth2_manifest_handler.cc
|
| diff --git a/extensions/common/manifest_handlers/oauth2_manifest_handler.cc b/extensions/common/manifest_handlers/oauth2_manifest_handler.cc
|
| index 2e99bf25379dbdcb3b0699956f0b97f9e47c49c6..c6b77666c3e3e7a1fe7ba48072b9e5aac443ef0c 100644
|
| --- a/extensions/common/manifest_handlers/oauth2_manifest_handler.cc
|
| +++ b/extensions/common/manifest_handlers/oauth2_manifest_handler.cc
|
| @@ -31,7 +31,7 @@ namespace errors = manifest_errors;
|
| OAuth2Info::OAuth2Info() : auto_approve(false) {}
|
| OAuth2Info::~OAuth2Info() {}
|
|
|
| -static base::LazyInstance<OAuth2Info> g_empty_oauth2_info =
|
| +static base::LazyInstance<OAuth2Info>::DestructorAtExit g_empty_oauth2_info =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
|
|