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

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

Issue 2719763003: Fix case for WebKit.h and UIKit.h. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | ios/web/web_state/ui/crw_context_menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/main/main_view_controller.h
diff --git a/ios/chrome/browser/ui/main/main_view_controller.h b/ios/chrome/browser/ui/main/main_view_controller.h
index 92ea289597321c9e2f94097bd22fd64a09b649df..16174892edf9d957990de2cdf896c7ebb58c4d82 100644
--- a/ios/chrome/browser/ui/main/main_view_controller.h
+++ b/ios/chrome/browser/ui/main/main_view_controller.h
@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_BROWSER_UI_MAIN_MAIN_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_UI_MAIN_MAIN_VIEW_CONTROLLER_H_
-#import <UIKit/UIKIt.h>
+#import <UIKit/UIKit.h>
// A UIViewController that provides a property to maintain a single child view
// controller.
« no previous file with comments | « no previous file | ios/web/web_state/ui/crw_context_menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698