| Index: extensions/browser/browser_context_keyed_api_factory.h
|
| diff --git a/extensions/browser/browser_context_keyed_api_factory.h b/extensions/browser/browser_context_keyed_api_factory.h
|
| index 47a19a0d47fecedeec2f32b5239d6c37c910e6be..1316c08875870e9263f000909b929389661d860b 100644
|
| --- a/extensions/browser/browser_context_keyed_api_factory.h
|
| +++ b/extensions/browser/browser_context_keyed_api_factory.h
|
| @@ -56,8 +56,8 @@ class BrowserContextKeyedAPI : public KeyedService {
|
| // };
|
| //
|
| // In the cc file, provide the implementation, e.g.:
|
| - // static base::LazyInstance<BrowserContextKeyedAPIFactory<HistoryAPI> >
|
| - // g_factory = LAZY_INSTANCE_INITIALIZER;
|
| + // static base::LazyInstance<BrowserContextKeyedAPIFactory<HistoryAPI>>::
|
| + // DestructorAtExit g_factory = LAZY_INSTANCE_INITIALIZER;
|
| //
|
| // // static
|
| // BrowserContextKeyedAPIFactory<HistoryAPI>*
|
|
|