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_ |