Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
index 99392bd5166b77066219dc8a90e9029a4591585c..f8b7a60d071dfa622a4ad3380a81d3bd35cf4d41 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.cc |
@@ -829,11 +829,11 @@ void WebNavigationAPI::Shutdown() { |
this); |
} |
-static base::LazyInstance<ProfileKeyedAPIFactory<WebNavigationAPI> > |
-g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance<BrowserContextKeyedAPIFactory<WebNavigationAPI> > |
+ g_factory = LAZY_INSTANCE_INITIALIZER; |
// static |
-ProfileKeyedAPIFactory<WebNavigationAPI>* |
+BrowserContextKeyedAPIFactory<WebNavigationAPI>* |
WebNavigationAPI::GetFactoryInstance() { |
return g_factory.Pointer(); |
} |