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

Unified Diff: ios/web/web_state/blocked_popup_info.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/web_state/blocked_popup_info.mm
diff --git a/ios/web/web_state/blocked_popup_info.mm b/ios/web/web_state/blocked_popup_info.mm
index fdeeac8f5cf13c963e8aeaeebab5e66cb6550f33..b77023ee71461e8630fe7c81e23b789093fc9f43 100644
--- a/ios/web/web_state/blocked_popup_info.mm
+++ b/ios/web/web_state/blocked_popup_info.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/web_state/blocked_popup_info.h"
+#import "ios/web/web_state/blocked_popup_info.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."

Powered by Google App Engine
This is Rietveld 408576698