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

Unified Diff: ios/web/public/test/http_server/response_provider.h

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/response_provider.h
diff --git a/ios/web/public/test/response_providers/response_provider.h b/ios/web/public/test/http_server/response_provider.h
similarity index 92%
rename from ios/web/public/test/response_providers/response_provider.h
rename to ios/web/public/test/http_server/response_provider.h
index 37b7ad7ed79ac99bd390f6aa32d063098f49bd36..d27914b3aecabc40a358068947eac51012914816 100644
--- a/ios/web/public/test/response_providers/response_provider.h
+++ b/ios/web/public/test/http_server/response_provider.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_RESPONSE_PROVIDER_H_
-#define IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_RESPONSE_PROVIDER_H_
+#ifndef IOS_WEB_PUBLIC_TEST_HTTP_SERVER_RESPONSE_PROVIDER_H_
+#define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_RESPONSE_PROVIDER_H_
#include <map>
#include <string>
@@ -75,11 +75,12 @@ class ResponseProvider {
const net::HttpStatusCode& http_status);
ResponseProvider();
- virtual ~ResponseProvider() {};
+ virtual ~ResponseProvider() {}
+
private:
DISALLOW_COPY_AND_ASSIGN(ResponseProvider);
};
} // namspace web
-#endif // IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_RESPONSE_PROVIDER_H_
+#endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_RESPONSE_PROVIDER_H_
« no previous file with comments | « ios/web/public/test/http_server/http_server_util.mm ('k') | ios/web/public/test/http_server/response_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698