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

Unified Diff: ios/web/browser_url_rewriter_impl.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/browser_url_rewriter_impl.mm
diff --git a/ios/web/browser_url_rewriter_impl.mm b/ios/web/browser_url_rewriter_impl.mm
index 0adc2bf0a20754ef0ab9a9184591d0af9ff84ce4..37f65c6e4db18e747da0ecda99bc6eb8153a362c 100644
--- a/ios/web/browser_url_rewriter_impl.mm
+++ b/ios/web/browser_url_rewriter_impl.mm
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "base/strings/string_util.h"
#include "ios/web/public/browser_state.h"
-#include "ios/web/public/web_client.h"
+#import "ios/web/public/web_client.h"
#include "url/gurl.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)

Powered by Google App Engine
This is Rietveld 408576698