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

Unified Diff: ios/clean/chrome/app/steps/launch_to_foreground.mm

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 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: ios/clean/chrome/app/steps/launch_to_foreground.mm
diff --git a/ios/chrome/app/steps/launch_to_foreground.mm b/ios/clean/chrome/app/steps/launch_to_foreground.mm
similarity index 95%
rename from ios/chrome/app/steps/launch_to_foreground.mm
rename to ios/clean/chrome/app/steps/launch_to_foreground.mm
index 4ec0b58cbbf46dad11133d94a29f42d0ee49a265..e8a72476148ae85000c1adc104bdfcca5af38dc1 100644
--- a/ios/chrome/app/steps/launch_to_foreground.mm
+++ b/ios/clean/chrome/app/steps/launch_to_foreground.mm
@@ -6,13 +6,13 @@
// = This code is only used in the new iOS Chrome architecture. =
// ============================================================================
-#import "ios/chrome/app/steps/launch_to_foreground.h"
+#import "ios/clean/chrome/app/steps/launch_to_foreground.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
-#include "ios/chrome/app/application_state.h"
#include "ios/chrome/browser/application_context.h"
#include "ios/chrome/browser/browser_state/chrome_browser_state.h"
#include "ios/chrome/browser/content_settings/host_content_settings_map_factory.h"
+#include "ios/clean/chrome/app/application_state.h"
#include "ios/web/public/web_capabilities.h"
#include "ios/web/public/web_thread.h"
« no previous file with comments | « ios/clean/chrome/app/steps/launch_to_foreground.h ('k') | ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698