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

Unified Diff: ios/web/public/test/http_server/http_server_util.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/http_server_util.mm
diff --git a/ios/web/public/test/http_server_util.mm b/ios/web/public/test/http_server/http_server_util.mm
similarity index 83%
rename from ios/web/public/test/http_server_util.mm
rename to ios/web/public/test/http_server/http_server_util.mm
index 42276a654929c2fb31295b5cbce413139f0b2be4..f96014451f434cb9cad85a5b57fe44dbf14a23df 100644
--- a/ios/web/public/test/http_server_util.mm
+++ b/ios/web/public/test/http_server/http_server_util.mm
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/public/test/http_server_util.h"
+#include "ios/web/public/test/http_server/http_server_util.h"
#include "base/memory/ptr_util.h"
#include "base/path_service.h"
-#import "ios/web/public/test/http_server.h"
-#import "ios/web/public/test/response_providers/file_based_response_provider.h"
-#import "ios/web/public/test/response_providers/html_response_provider.h"
+#import "ios/web/public/test/http_server/file_based_response_provider.h"
+#import "ios/web/public/test/http_server/html_response_provider.h"
+#import "ios/web/public/test/http_server/http_server.h"
namespace web {
namespace test {
« no previous file with comments | « ios/web/public/test/http_server/http_server_util.h ('k') | ios/web/public/test/http_server/response_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698