Index: chrome/browser/extensions/menu_manager_factory.h |
diff --git a/chrome/browser/extensions/menu_manager_factory.h b/chrome/browser/extensions/menu_manager_factory.h |
index 6811151ed386f54787ed7499acdbf0fb25880643..72c64d917d6f6d8bf609200d3055aa3ff2fe2065 100644 |
--- a/chrome/browser/extensions/menu_manager_factory.h |
+++ b/chrome/browser/extensions/menu_manager_factory.h |
@@ -7,7 +7,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/singleton.h" |
-#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h" |
+#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
class Profile; |
@@ -26,7 +26,7 @@ class MenuManagerFactory : public BrowserContextKeyedServiceFactory { |
MenuManagerFactory(); |
virtual ~MenuManagerFactory(); |
- virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
+ virtual KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |