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

Unified Diff: ios/web/public/test/response_providers/data_response_provider.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
Index: ios/web/public/test/response_providers/data_response_provider.h
diff --git a/ios/web/public/test/response_providers/data_response_provider.h b/ios/web/public/test/response_providers/data_response_provider.h
index 3ae5faebdbf0bb5753cd649654dfc5f9030836c5..9c32c7008ad691148744b7939c3a87cc7354e79f 100644
--- a/ios/web/public/test/response_providers/data_response_provider.h
+++ b/ios/web/public/test/response_providers/data_response_provider.h
@@ -9,7 +9,7 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
-#include "ios/web/public/test/response_providers/response_provider.h"
+#import "ios/web/public/test/response_providers/response_provider.h"
#include "net/http/http_response_headers.h"
namespace web {
« no previous file with comments | « ios/web/public/test/js_test_util.mm ('k') | ios/web/public/test/response_providers/data_response_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698