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

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

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.cc
diff --git a/net/test/embedded_test_server/http_response.cc b/net/test/embedded_test_server/http_response.cc
index 72f465de0bef2387ff543b2d4e5135a54db74b27..2c05c0632a0225c45ab656ed902e83862d296192 100644
--- a/net/test/embedded_test_server/http_response.cc
+++ b/net/test/embedded_test_server/http_response.cc
@@ -8,7 +8,7 @@
#include "base/logging.h"
#include "base/stringprintf.h"
-namespace google_apis {
+namespace net {
namespace test_server {
HttpResponse::HttpResponse() : code_(SUCCESS) {
@@ -51,4 +51,4 @@ std::string HttpResponse::ToResponseString() const {
}
} // namespace test_server
-} // namespace google_apis
+} // namespace net
« no previous file with comments | « net/test/embedded_test_server/http_response.h ('k') | net/test/embedded_test_server/http_response_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698