| Index: apps/app_lifetime_monitor_factory.cc
|
| diff --git a/apps/app_lifetime_monitor_factory.cc b/apps/app_lifetime_monitor_factory.cc
|
| index 7d37e4e0466a5ba315cd021270e762ecd82590ed..b8a813a5233084d9018b3738a5f90cb040a7e1f2 100644
|
| --- a/apps/app_lifetime_monitor_factory.cc
|
| +++ b/apps/app_lifetime_monitor_factory.cc
|
| @@ -5,7 +5,7 @@
|
| #include "apps/app_lifetime_monitor_factory.h"
|
|
|
| #include "apps/app_lifetime_monitor.h"
|
| -#include "apps/shell_window_registry.h"
|
| +#include "apps/app_window_registry.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "components/browser_context_keyed_service/browser_context_dependency_manager.h"
|
| #include "extensions/browser/extensions_browser_client.h"
|
| @@ -26,7 +26,7 @@ AppLifetimeMonitorFactory::AppLifetimeMonitorFactory()
|
| : BrowserContextKeyedServiceFactory(
|
| "AppLifetimeMonitor",
|
| BrowserContextDependencyManager::GetInstance()) {
|
| - DependsOn(ShellWindowRegistry::Factory::GetInstance());
|
| + DependsOn(AppWindowRegistry::Factory::GetInstance());
|
| }
|
|
|
| AppLifetimeMonitorFactory::~AppLifetimeMonitorFactory() {}
|
|
|