| Index: net/http/http_status_code.h
|
| diff --git a/net/http/http_status_code.h b/net/http/http_status_code.h
|
| index a4b398b5038c20c5bf131d73f99621c06c4e1737..753579a70fb651c6df6d756af1a82d97eddab57c 100644
|
| --- a/net/http/http_status_code.h
|
| +++ b/net/http/http_status_code.h
|
| @@ -12,10 +12,9 @@ namespace net {
|
| // HTTP status codes.
|
| enum HttpStatusCode {
|
|
|
| -#define HTTP_STATUS(label, code, reason) HTTP_ ## label = code,
|
| +#define HTTP_STATUS(label, code, reason) HTTP_##label = code,
|
| #include "net/http/http_status_code_list.h"
|
| #undef HTTP_STATUS
|
| -
|
| };
|
|
|
| // Returns the corresponding HTTP status description to use in the Reason-Phrase
|
|
|