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

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

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: 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
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."

Powered by Google App Engine
This is Rietveld 408576698