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

Unified Diff: ios/web/public/test/http_server/html_response_provider_impl.mm

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 7 months 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/http_server/html_response_provider_impl.mm
diff --git a/ios/web/public/test/response_providers/html_response_provider_impl.mm b/ios/web/public/test/http_server/html_response_provider_impl.mm
similarity index 96%
rename from ios/web/public/test/response_providers/html_response_provider_impl.mm
rename to ios/web/public/test/http_server/html_response_provider_impl.mm
index 543f1905c84af245152e1a1862d8149629b65b54..2b26e2067e42ec6cd8378bcc77a93bcf4274e087 100644
--- a/ios/web/public/test/response_providers/html_response_provider_impl.mm
+++ b/ios/web/public/test/http_server/html_response_provider_impl.mm
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/web/public/test/response_providers/html_response_provider_impl.h"
+#import "ios/web/public/test/http_server/html_response_provider_impl.h"
-#import "ios/web/public/test/response_providers/response_provider.h"
+#import "ios/web/public/test/http_server/response_provider.h"
#include "net/http/http_response_headers.h"
#include "net/http/http_status_code.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698