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

Unified Diff: net/test/embedded_test_server/http_response.h

Issue 15069003: Rename the embedded test server to EmbeddedTestServer in net::test_server namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 7 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: net/test/embedded_test_server/http_response.h
diff --git a/net/test/embedded_test_server/http_response.h b/net/test/embedded_test_server/http_response.h
index 459858710b17cf405afc6cc6dfec174cc8a808f3..b597ccebc13639d4b16a3bd0578732212550f4c2 100644
--- a/net/test/embedded_test_server/http_response.h
+++ b/net/test/embedded_test_server/http_response.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
-namespace google_apis {
+namespace net {
namespace test_server {
enum ResponseCode {
@@ -65,7 +65,7 @@ class HttpResponse {
std::map<std::string, std::string> custom_headers_;
};
-} // namespace test_servers
-} // namespace google_apis
+} // namespace test_server
+} // namespace net
#endif // NET_TEST_EMBEDDED_TEST_SERVER_HTTP_RESPONSE_H_
« no previous file with comments | « net/test/embedded_test_server/http_request_unittest.cc ('k') | net/test/embedded_test_server/http_response.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698