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

Unified Diff: ios/web/test/web_int_test.mm

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/shell/view_controller.mm ('k') | ios/web/web_state/blocked_popup_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/web_int_test.mm
diff --git a/ios/web/test/web_int_test.mm b/ios/web/test/web_int_test.mm
index abc5d53ebef50111edf899af43d71dcf976c02a9..92edfc8e4d51e4d7e63562ef8f46d4ffecb20761 100644
--- a/ios/web/test/web_int_test.mm
+++ b/ios/web/test/web_int_test.mm
@@ -4,9 +4,9 @@
#import "ios/web/test/web_int_test.h"
-#include "base/ios/block_types.h"
+#import "base/ios/block_types.h"
-#include "base/test/ios/wait_util.h"
+#import "base/test/ios/wait_util.h"
#import "ios/web/public/test/http_server.h"
#import "ios/web/public/web_view_creation_util.h"
« no previous file with comments | « ios/web/shell/view_controller.mm ('k') | ios/web/web_state/blocked_popup_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698