| Index: sky/engine/platform/network/HTTPRequest.h
|
| diff --git a/sky/engine/platform/network/HTTPRequest.h b/sky/engine/platform/network/HTTPRequest.h
|
| index c6c7cfdacbdc01e6a07771181179803e7fdea638..470c819b3a7d2d2ff6778dd34a3cbeec121a1f74 100644
|
| --- a/sky/engine/platform/network/HTTPRequest.h
|
| +++ b/sky/engine/platform/network/HTTPRequest.h
|
| @@ -29,8 +29,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HTTPRequest_h
|
| -#define HTTPRequest_h
|
| +#ifndef SKY_ENGINE_PLATFORM_NETWORK_HTTPREQUEST_H_
|
| +#define SKY_ENGINE_PLATFORM_NETWORK_HTTPREQUEST_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/network/HTTPHeaderMap.h"
|
| @@ -79,4 +79,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // HTTPRequest_h
|
| +#endif // SKY_ENGINE_PLATFORM_NETWORK_HTTPREQUEST_H_
|
|
|