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

Unified Diff: ios/web/public/url_schemes.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/public/url_schemes.mm
diff --git a/ios/web/public/url_schemes.mm b/ios/web/public/url_schemes.mm
index 541e7e1c37149095414cc4c0d8465c1f235499e0..45b07bfdd0c1053272f743d7861de5fb1f4fc155 100644
--- a/ios/web/public/url_schemes.mm
+++ b/ios/web/public/url_schemes.mm
@@ -7,7 +7,7 @@
#include <algorithm>
#include <vector>
-#include "ios/web/public/web_client.h"
+#import "ios/web/public/web_client.h"
#include "url/url_util.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)

Powered by Google App Engine
This is Rietveld 408576698