Index: chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
index ad6f3d9f0d8a1ec68f7512d7df57d209ed0a3e92..0a88e7544cc3158a811d392e5b87e9b024b19fdc 100644 |
--- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
+++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
@@ -6,7 +6,7 @@ |
#define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_INDICATOR_SYSTEM_INDICATOR_MANAGER_FACTORY_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; |
@@ -27,7 +27,7 @@ class SystemIndicatorManagerFactory : public BrowserContextKeyedServiceFactory { |
virtual ~SystemIndicatorManagerFactory(); |
// BrowserContextKeyedBaseFactory implementation. |
- virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
+ virtual KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
}; |