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

Unified Diff: ios/web/web_state/blocked_popup_info.h

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/test/web_int_test.mm ('k') | ios/web/web_state/blocked_popup_info.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/blocked_popup_info.h
diff --git a/ios/web/web_state/blocked_popup_info.h b/ios/web/web_state/blocked_popup_info.h
index 9373ad36cc370aa390e79f947cf71c01aa55779f..311a547256663f28f10ab4207ca6382a6ab49c44 100644
--- a/ios/web/web_state/blocked_popup_info.h
+++ b/ios/web/web_state/blocked_popup_info.h
@@ -7,8 +7,8 @@
#import <Foundation/Foundation.h>
-#include "base/ios/block_types.h"
-#include "base/mac/scoped_nsobject.h"
+#import "base/ios/block_types.h"
+#import "base/mac/scoped_nsobject.h"
#include "ios/web/public/referrer.h"
#include "url/gurl.h"
« no previous file with comments | « ios/web/test/web_int_test.mm ('k') | ios/web/web_state/blocked_popup_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698