Index: chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc |
diff --git a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc |
index ea965b08b258cd51e315beb2678348e6291e543b..dfe4f1b18e4b3e86d2e8d71eb4b0f1d241a2b245 100644 |
--- a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc |
+++ b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc |
@@ -146,8 +146,8 @@ void ScreenlockPrivateEventRouter::DispatchEvent( |
EventRouter::Get(browser_context_)->BroadcastEvent(std::move(event)); |
} |
-static base::LazyInstance< |
- BrowserContextKeyedAPIFactory<ScreenlockPrivateEventRouter>> g_factory = |
+static base::LazyInstance<BrowserContextKeyedAPIFactory< |
+ ScreenlockPrivateEventRouter>>::DestructorAtExit g_factory = |
LAZY_INSTANCE_INITIALIZER; |
// static |