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

Unified Diff: ios/web/shell/shell_main_delegate.mm

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/shell/app_delegate.mm ('k') | ios/web/shell/shell_url_request_context_getter.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/shell_main_delegate.mm
diff --git a/ios/web/shell/shell_main_delegate.mm b/ios/web/shell/shell_main_delegate.mm
index 367a7f76bbfb4cd1334450a886ed96b40c55718d..32184b171a30e79e035a7cefd185d02e4547fbaa 100644
--- a/ios/web/shell/shell_main_delegate.mm
+++ b/ios/web/shell/shell_main_delegate.mm
@@ -4,7 +4,7 @@
#include "ios/web/shell/shell_main_delegate.h"
-#include "ios/web/shell/shell_web_client.h"
+#import "ios/web/shell/shell_web_client.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
« no previous file with comments | « ios/web/shell/app_delegate.mm ('k') | ios/web/shell/shell_url_request_context_getter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698