| Index: sky/engine/platform/network/HTTPParsers.h
|
| diff --git a/sky/engine/platform/network/HTTPParsers.h b/sky/engine/platform/network/HTTPParsers.h
|
| index 03e875472e6c2f17bd5014fb211da86fe21ea38e..a4af499c5a6722a475f4a9612da40adbc40b50be 100644
|
| --- a/sky/engine/platform/network/HTTPParsers.h
|
| +++ b/sky/engine/platform/network/HTTPParsers.h
|
| @@ -28,8 +28,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HTTPParsers_h
|
| -#define HTTPParsers_h
|
| +#ifndef SKY_ENGINE_PLATFORM_NETWORK_HTTPPARSERS_H_
|
| +#define SKY_ENGINE_PLATFORM_NETWORK_HTTPPARSERS_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -100,4 +100,4 @@ PLATFORM_EXPORT size_t parseHTTPRequestBody(const char* data, size_t length, Vec
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_NETWORK_HTTPPARSERS_H_
|
|
|