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

Unified Diff: ios/testing/wait_util.mm

Issue 2608733002: Fix include/import in ios/testing and ios/chrome/test (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
« no previous file with comments | « ios/testing/wait_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/wait_util.mm
diff --git a/ios/testing/wait_util.mm b/ios/testing/wait_util.mm
index 8b536287d2c78e677a6a59efddee80dda71ebe74..9e53cc1f7b6e4ad8ed85a87cba52f6401f599b88 100644
--- a/ios/testing/wait_util.mm
+++ b/ios/testing/wait_util.mm
@@ -4,7 +4,7 @@
#import "ios/testing/wait_util.h"
-#include "base/test/ios/wait_util.h"
+#import "base/test/ios/wait_util.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
« no previous file with comments | « ios/testing/wait_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698