summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server/http_message_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/flip_server/http_message_constants.h')
-rw-r--r--net/tools/flip_server/http_message_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/flip_server/http_message_constants.h b/net/tools/flip_server/http_message_constants.h
index fdee50b..de700cc 100644
--- a/net/tools/flip_server/http_message_constants.h
+++ b/net/tools/flip_server/http_message_constants.h
@@ -5,13 +5,13 @@
#ifndef NET_TOOLS_FLIP_SERVER_HTTP_MESSAGE_CONSTANTS_H__
#define NET_TOOLS_FLIP_SERVER_HTTP_MESSAGE_CONSTANTS_H__
-namespace gfe2 {
+namespace net {
const char* get_http_status_message(int status_message);
extern const int http_status_codes[];
extern const int http_status_code_count;
-} // namespace gfe2
+} // namespace net
#endif // NET_TOOLS_FLIP_SERVER_HTTP_MESSAGE_CONSTANTS_H__