| Index: chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/app_launch_info.cc b/chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| index 8f1316f8f77f37a03cba85ee28ab31fcdfe11144..650682443cdb67a81908acb9f2b6660351bba85e 100644
|
| --- a/chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| @@ -51,8 +51,8 @@ bool ReadLaunchDimension(const extensions::Manifest* manifest,
|
| return true;
|
| }
|
|
|
| -static base::LazyInstance<AppLaunchInfo> g_empty_app_launch_info =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<AppLaunchInfo>::DestructorAtExit
|
| + g_empty_app_launch_info = LAZY_INSTANCE_INITIALIZER;
|
|
|
| const AppLaunchInfo& GetAppLaunchInfo(const Extension* extension) {
|
| AppLaunchInfo* info = static_cast<AppLaunchInfo*>(
|
|
|