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

Unified Diff: net/test/embedded_test_server/http_connection.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
« no previous file with comments | « net/test/embedded_test_server/http_connection.h ('k') | net/test/embedded_test_server/http_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/embedded_test_server/http_connection.cc
diff --git a/net/test/embedded_test_server/http_connection.cc b/net/test/embedded_test_server/http_connection.cc
index 3207aac10422fdcd6e5ef58fef4fc85229cd3f72..8b5317e320b407fa5a47dee674651e0015fd76ba 100644
--- a/net/test/embedded_test_server/http_connection.cc
+++ b/net/test/embedded_test_server/http_connection.cc
@@ -7,10 +7,10 @@
#include "net/socket/stream_listen_socket.h"
#include "net/test/embedded_test_server/http_response.h"
-namespace google_apis {
+namespace net {
namespace test_server {
-HttpConnection::HttpConnection(net::StreamListenSocket* socket,
+HttpConnection::HttpConnection(StreamListenSocket* socket,
const HandleRequestCallback& callback)
: socket_(socket),
callback_(callback) {
@@ -32,4 +32,4 @@ void HttpConnection::ReceiveData(const base::StringPiece& data) {
}
} // namespace test_server
-} // namespace google_apis
+} // namespace net
« no previous file with comments | « net/test/embedded_test_server/http_connection.h ('k') | net/test/embedded_test_server/http_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698