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

Unified Diff: ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h

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/tab_grid_coordinator+application_step.h
diff --git a/ios/chrome/app/steps/tab_grid_coordinator+application_step.h b/ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h
similarity index 73%
rename from ios/chrome/app/steps/tab_grid_coordinator+application_step.h
rename to ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h
index e7fdf90149101e32f7fca8a1f520b8bb295d150f..dfb0e03be77a7da237a4753fed2b2d728770e74f 100644
--- a/ios/chrome/app/steps/tab_grid_coordinator+application_step.h
+++ b/ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h
@@ -6,13 +6,13 @@
// = This code is only used in the new iOS Chrome architecture. =
// ============================================================================
-#ifndef IOS_CHROME_APP_STEPS_TAB_GRID_COORDINATOR_APPLICATION_STEP_H_
-#define IOS_CHROME_APP_STEPS_TAB_GRID_COORDINATOR_APPLICATION_STEP_H_
+#ifndef IOS_CLEAN_CHROME_APP_STEPS_TAB_GRID_COORDINATOR_APPLICATION_STEP_H_
+#define IOS_CLEAN_CHROME_APP_STEPS_TAB_GRID_COORDINATOR_APPLICATION_STEP_H_
#import <UIKit/UIKit.h>
-#include "ios/chrome/app/application_step.h"
-#import "ios/chrome/browser/ui/tab_grid/tab_grid_coordinator.h"
+#import "ios/clean/chrome/app/application_step.h"
+#import "ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.h"
// Category on TabGridCoordinator to allow it to act as an application step
// and control the root UI for the application when is starts.
@@ -24,4 +24,4 @@
@interface TabGridCoordinator (ApplicationStep)<ApplicationStep>
@end
-#endif // IOS_CHROME_APP_STEPS_TAB_GRID_COORDINATOR_APPLICATION_STEP_H_
+#endif // IOS_CLEAN_CHROME_APP_STEPS_TAB_GRID_COORDINATOR_APPLICATION_STEP_H_

Powered by Google App Engine
This is Rietveld 408576698