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

Unified Diff: net/server/http_server.h

Issue 6875024: net: Put net/server/* into namespace net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: willchan review Created 9 years, 8 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 | « chrome/browser/debugger/devtools_http_protocol_handler.cc ('k') | net/server/http_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/server/http_server.h
diff --git a/net/server/http_server.h b/net/server/http_server.h
index f94acc868809cf70bfd208af1885ef3ba657751b..09a2f8a8aa83428a1855530cc6601101c3906bb4 100644
--- a/net/server/http_server.h
+++ b/net/server/http_server.h
@@ -13,6 +13,8 @@
#include "base/memory/ref_counted.h"
#include "net/base/listen_socket.h"
+namespace net {
+
class HttpServerRequestInfo;
class HttpServer : public ListenSocket::ListenSocketDelegate,
@@ -99,4 +101,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(HttpServer);
};
+} // namespace net
+
#endif // NET_SERVER_HTTP_SERVER_H_
« no previous file with comments | « chrome/browser/debugger/devtools_http_protocol_handler.cc ('k') | net/server/http_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698