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

Unified Diff: net/server/http_server_request_info.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 | « net/server/http_server.cc ('k') | net/server/http_server_request_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/server/http_server_request_info.h
diff --git a/net/server/http_server_request_info.h b/net/server/http_server_request_info.h
index 27ed5af47e857b963bc13ec1723fa1213b9cda85..21f319a3660d337b46ab5b8be983bd83ac0a6eaa 100644
--- a/net/server/http_server_request_info.h
+++ b/net/server/http_server_request_info.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,8 +6,10 @@
#define NET_SERVER_HTTP_SERVER_REQUEST_INFO_H_
#pragma once
-#include <string>
#include <map>
+#include <string>
+
+namespace net {
// Meta information about an HTTP request.
// This is geared toward servers in that it keeps a map of the headers and
@@ -32,4 +34,6 @@ class HttpServerRequestInfo {
mutable HeadersMap headers;
};
+} // namespace net
+
#endif // NET_SERVER_HTTP_SERVER_REQUEST_INFO_H_
« no previous file with comments | « net/server/http_server.cc ('k') | net/server/http_server_request_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698