| Index: extensions/browser/api/printer_provider/printer_provider_api_factory.cc
|
| diff --git a/extensions/browser/api/printer_provider/printer_provider_api_factory.cc b/extensions/browser/api/printer_provider/printer_provider_api_factory.cc
|
| index 05d67361b3771808a38e7687570e05a19bde70d3..9a99feb562a10e7c4e7e222a9765d80ba5f6a866 100644
|
| --- a/extensions/browser/api/printer_provider/printer_provider_api_factory.cc
|
| +++ b/extensions/browser/api/printer_provider/printer_provider_api_factory.cc
|
| @@ -12,7 +12,8 @@
|
|
|
| namespace {
|
|
|
| -static base::LazyInstance<extensions::PrinterProviderAPIFactory> g_api_factory =
|
| +static base::LazyInstance<
|
| + extensions::PrinterProviderAPIFactory>::DestructorAtExit g_api_factory =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|