summaryrefslogtreecommitdiffstats
path: root/apps/app_window_registry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_window_registry.cc')
-rw-r--r--apps/app_window_registry.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_window_registry.cc b/apps/app_window_registry.cc
index 42b9465..82d8293 100644
--- a/apps/app_window_registry.cc
+++ b/apps/app_window_registry.cc
@@ -6,7 +6,7 @@
#include "apps/app_window_registry.h"
#include "apps/apps_client.h"
#include "apps/ui/native_app_window.h"
-#include "components/browser_context_keyed_service/browser_context_dependency_manager.h"
+#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/devtools_agent_host.h"
#include "content/public/browser/devtools_manager.h"
@@ -285,7 +285,7 @@ AppWindowRegistry::Factory::Factory()
AppWindowRegistry::Factory::~Factory() {}
-BrowserContextKeyedService* AppWindowRegistry::Factory::BuildServiceInstanceFor(
+KeyedService* AppWindowRegistry::Factory::BuildServiceInstanceFor(
content::BrowserContext* context) const {
return new AppWindowRegistry(context);
}