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

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

Issue 2772503006: Use framework includes in ios/web_view/shell. (Closed)
Patch Set: Link against framework. 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
Index: ios/web_view/shell/shell_app_delegate.m
diff --git a/ios/web_view/shell/shell_app_delegate.m b/ios/web_view/shell/shell_app_delegate.m
index d69c62321633a26614fa21c358eccd5746df93a6..95ddf2f4401b507455180aed5fdaa2d830a965e4 100644
--- a/ios/web_view/shell/shell_app_delegate.m
+++ b/ios/web_view/shell/shell_app_delegate.m
@@ -4,7 +4,8 @@
#import "ios/web_view/shell/shell_app_delegate.h"
-#import "ios/web_view/public/cwv.h"
+#import <ChromeWebView/ChromeWebView.h>
+
#import "ios/web_view/shell/shell_delegate.h"
#import "ios/web_view/shell/shell_view_controller.h"

Powered by Google App Engine
This is Rietveld 408576698