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 738c79fce0af7f5239be01daf3e45fae5a518ee3..fd4cd7a2d8f9fd9bc62b576e618abd46a0dfb68f 100644 |
--- a/chrome/browser/extensions/api/web_request/web_request_api.cc |
+++ b/chrome/browser/extensions/api/web_request/web_request_api.cc |
@@ -421,11 +421,12 @@ WebRequestAPI::~WebRequestAPI() { |
->UnregisterObserver(this); |
} |
-static base::LazyInstance<ProfileKeyedAPIFactory<WebRequestAPI> > |
+static base::LazyInstance<BrowserContextKeyedAPIFactory<WebRequestAPI> > |
g_factory = LAZY_INSTANCE_INITIALIZER; |
// static |
-ProfileKeyedAPIFactory<WebRequestAPI>* WebRequestAPI::GetFactoryInstance() { |
+BrowserContextKeyedAPIFactory<WebRequestAPI>* |
+WebRequestAPI::GetFactoryInstance() { |
return g_factory.Pointer(); |
} |