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

Unified Diff: ios/chrome/browser/ui/main/main_coordinator.h

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: Unittests, showcase, and clean up. Created 3 years, 8 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/chrome/browser/ui/main/main_coordinator.h
diff --git a/ios/chrome/browser/ui/main/main_coordinator.h b/ios/chrome/browser/ui/main/main_coordinator.h
index 89dff560d6e60edf7015f0c38d474f258f3b45d4..973455141734dca3f74756a290be76db72c328cc 100644
--- a/ios/chrome/browser/ui/main/main_coordinator.h
+++ b/ios/chrome/browser/ui/main/main_coordinator.h
@@ -5,13 +5,13 @@
#ifndef IOS_CHROME_BROWSER_UI_MAIN_MAIN_COORDINATOR_H_
#define IOS_CHROME_BROWSER_UI_MAIN_MAIN_COORDINATOR_H_
-#import "ios/chrome/browser/root_coordinator.h"
+#import "ios/chrome/browser/chrome_root_coordinator.h"
#import <Foundation/Foundation.h>
@class MainViewController;
-@interface MainCoordinator : RootCoordinator
+@interface MainCoordinator : ChromeRootCoordinator
// The view controller this coordinator creates and manages.
// (This is only public while the view controller architecture is being

Powered by Google App Engine
This is Rietveld 408576698