Index: chrome/browser/apps/app_launch_for_metro_restart_win.cc |
diff --git a/chrome/browser/apps/app_launch_for_metro_restart_win.cc b/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
index f4e8a1d2b9efb8daeca757af3b3d836be18b7c23..50c3ce83ddb5f7e9f5ed1396e8e298f073034140 100644 |
--- a/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
+++ b/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
@@ -4,6 +4,7 @@ |
#include "chrome/browser/apps/app_launch_for_metro_restart_win.h" |
+#include "apps/browser/api/app_runtime/app_runtime_api.h" |
#include "apps/launcher.h" |
#include "apps/pref_names.h" |
#include "base/bind.h" |
@@ -13,7 +14,6 @@ |
#include "base/prefs/pref_service.h" |
#include "base/time/time.h" |
#include "chrome/browser/browser_process.h" |
-#include "chrome/browser/extensions/api/app_runtime/app_runtime_api.h" |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_manager.h" |
@@ -40,7 +40,7 @@ void LaunchAppWithId(Profile* profile, |
if (!extension) |
return; |
- extensions::AppEventRouter::DispatchOnLaunchedEvent(profile, extension); |
+ apps::AppEventRouter::DispatchOnLaunchedEvent(profile, extension); |
} |
} // namespace |