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

Unified Diff: ios/web_view/shell/shell_view_controller.m

Issue 2772503006: Use framework includes in ios/web_view/shell. (Closed)
Patch Set: Fix framework header includes. Created 3 years, 9 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/web_view/shell/shell_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/shell_view_controller.m
diff --git a/ios/web_view/shell/shell_view_controller.m b/ios/web_view/shell/shell_view_controller.m
index 98e1bbb6d53f7bf8042623f2549f90adaca1ae29..8e09be8868f276527075c674f2d510bb62c74f5b 100644
--- a/ios/web_view/shell/shell_view_controller.m
+++ b/ios/web_view/shell/shell_view_controller.m
@@ -4,14 +4,9 @@
#import "ios/web_view/shell/shell_view_controller.h"
+#import <ChromeWebView/ChromeWebView.h>
#import <MobileCoreServices/MobileCoreServices.h>
-#import "ios/web_view/public/cwv.h"
-#import "ios/web_view/public/cwv_html_element.h"
-#import "ios/web_view/public/cwv_navigation_action.h"
-#import "ios/web_view/public/cwv_navigation_delegate.h"
-#import "ios/web_view/public/cwv_ui_delegate.h"
-#import "ios/web_view/public/cwv_web_view.h"
#import "ios/web_view/shell/translate_controller.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
« no previous file with comments | « ios/web_view/shell/shell_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698