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

Unified Diff: ios/web/web_state/ui/crw_context_menu_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 | « ios/chrome/browser/ui/main/main_view_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_context_menu_controller.h
diff --git a/ios/web/web_state/ui/crw_context_menu_controller.h b/ios/web/web_state/ui/crw_context_menu_controller.h
index e068cafff4eb1753f70a669dda24d12f823dd117..9be3c982a12836042bc1dfc6ef0076ee80d76df5 100644
--- a/ios/web/web_state/ui/crw_context_menu_controller.h
+++ b/ios/web/web_state/ui/crw_context_menu_controller.h
@@ -6,7 +6,7 @@
#define IOS_WEB_WEB_STATE_UI_CRW_CONTEXT_MENU_CONTROLLER_H_
#import <Foundation/Foundation.h>
-#import <Webkit/Webkit.h>
+#import <WebKit/WebKit.h>
#import "ios/web/public/block_types.h"
« no previous file with comments | « ios/chrome/browser/ui/main/main_view_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698