| 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 8ea8cd7c9730b5776586f54f6a5135a54433176d..e95119b6cd09801cc6620e223b70745222ca19fb 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.cc
|
| +++ b/chrome/browser/extensions/api/history/history_api.cc
|
| @@ -219,7 +219,7 @@ g_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| ProfileKeyedAPIFactory<HistoryAPI>* HistoryAPI::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
| template<>
|
|
|