| Index: chrome/browser/extensions/api/web_request/web_request_api.cc
|
| diff --git a/chrome/browser/extensions/api/web_request/web_request_api.cc b/chrome/browser/extensions/api/web_request/web_request_api.cc
|
| index cf2927ec97960a4d67fd45e7725930b4eee2f1f4..f09eab48159c6202c5fa4b6f67481c1e629260f2 100644
|
| --- a/chrome/browser/extensions/api/web_request/web_request_api.cc
|
| +++ b/chrome/browser/extensions/api/web_request/web_request_api.cc
|
| @@ -425,7 +425,7 @@ static base::LazyInstance<ProfileKeyedAPIFactory<WebRequestAPI> >
|
|
|
| // static
|
| ProfileKeyedAPIFactory<WebRequestAPI>* WebRequestAPI::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
| void WebRequestAPI::OnListenerRemoved(const EventListenerInfo& details) {
|
|
|