diff options
Diffstat (limited to 'net/http/http_version.h')
-rw-r--r-- | net/http/http_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_version.h b/net/http/http_version.h index f6fe70b..127e711 100644 --- a/net/http/http_version.h +++ b/net/http/http_version.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_VERSION_H_ -#define NET_HTTP_VERSION_H_ +#ifndef NET_HTTP_HTTP_VERSION_H_ +#define NET_HTTP_HTTP_VERSION_H_ #include "base/basictypes.h" @@ -55,4 +55,4 @@ class HttpVersion { } // namespace net -#endif // NET_HTTP_VERSION_H_ +#endif // NET_HTTP_HTTP_VERSION_H_ |