Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(898)

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.cc

Issue 25034003: Moved apps metro code from apps to chrome/browser/apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix stuffup Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index 53c808358754dbfab94b032d829c44e725cf146b..d8d4c14ea8d186755c4de8b1efa05dc20876727a 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -103,8 +103,8 @@
#endif
#if defined(OS_WIN)
-#include "apps/app_launch_for_metro_restart_win.h"
#include "base/win/windows_version.h"
+#include "chrome/browser/apps/app_launch_for_metro_restart_win.h"
#endif
using content::ChildProcessSecurityPolicy;
@@ -585,7 +585,7 @@ void StartupBrowserCreatorImpl::ProcessLaunchURLs(
if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
// See if there are apps for this profile that should be launched on startup
// due to a switch from Metro mode.
- apps::HandleAppLaunchForMetroRestart(profile_);
+ app_metro_launch::HandleAppLaunchForMetroRestart(profile_);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698