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

Unified Diff: ios/showcase/common/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/showcase/common/coordinator.h
diff --git a/ios/showcase/common/coordinator.h b/ios/showcase/common/coordinator.h
index d044a0342a61015232073225b2cf1973f126b760..335038cc4d3a57687f813bb5efb4934a9450f344 100644
--- a/ios/showcase/common/coordinator.h
+++ b/ios/showcase/common/coordinator.h
@@ -5,7 +5,7 @@
#ifndef IOS_SHOWCASE_COMMON_COORDINATOR_H_
#define IOS_SHOWCASE_COMMON_COORDINATOR_H_
-#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
// This protocol is the common interface to the simple non-production
// coordinators that will initialize, set up and present production view

Powered by Google App Engine
This is Rietveld 408576698