diff options
Diffstat (limited to 'net/http/http_response_headers.h')
-rw-r--r-- | net/http/http_response_headers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h index 1d15911..e9b2c4b 100644 --- a/net/http/http_response_headers.h +++ b/net/http/http_response_headers.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef NET_HTTP_RESPONSE_HEADERS_H_ -#define NET_HTTP_RESPONSE_HEADERS_H_ +#ifndef NET_HTTP_HTTP_RESPONSE_HEADERS_H_ +#define NET_HTTP_HTTP_RESPONSE_HEADERS_H_ #include <string> #include <vector> @@ -304,4 +304,4 @@ class HttpResponseHeaders : } // namespace net -#endif // NET_HTTP_RESPONSE_HEADERS_H_ +#endif // NET_HTTP_HTTP_RESPONSE_HEADERS_H_ |