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

Unified Diff: ios/web/web_state/crw_web_view_proxy_impl.h

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import Created 4 years 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/web/web_state/crw_pass_kit_downloader_unittest.mm ('k') | ios/web/web_state/crw_web_view_proxy_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/crw_web_view_proxy_impl.h
diff --git a/ios/web/web_state/crw_web_view_proxy_impl.h b/ios/web/web_state/crw_web_view_proxy_impl.h
index 87b4d04fa5d01aac229a186c248743a107a718ae..53074406bc1fc2f1370e1d2ccff89caee126d5fe 100644
--- a/ios/web/web_state/crw_web_view_proxy_impl.h
+++ b/ios/web/web_state/crw_web_view_proxy_impl.h
@@ -7,8 +7,8 @@
#import <UIKit/UIKit.h>
-#include "ios/web/public/web_state/crw_web_view_proxy.h"
-#include "ios/web/public/web_state/ui/crw_content_view.h"
+#import "ios/web/public/web_state/crw_web_view_proxy.h"
+#import "ios/web/public/web_state/ui/crw_content_view.h"
@class CRWWebController;
« no previous file with comments | « ios/web/web_state/crw_pass_kit_downloader_unittest.mm ('k') | ios/web/web_state/crw_web_view_proxy_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698