| Index: chrome/browser/extensions/api/history/history_api.cc
|
| diff --git a/chrome/browser/extensions/api/history/history_api.cc b/chrome/browser/extensions/api/history/history_api.cc
|
| index e940c709fb310c771a713dbd676b51e9800d6bcb..a10c6f69f64c2906fda29a4a84f7b1d5ad120c60 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.cc
|
| +++ b/chrome/browser/extensions/api/history/history_api.cc
|
| @@ -196,8 +196,9 @@ void HistoryAPI::Shutdown() {
|
| EventRouter::Get(browser_context_)->UnregisterObserver(this);
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<HistoryAPI> >
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<HistoryAPI>>::DestructorAtExit g_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<HistoryAPI>* HistoryAPI::GetFactoryInstance() {
|
|
|