| Index: sky/engine/platform/network/ParsedContentType.h
|
| diff --git a/sky/engine/platform/network/ParsedContentType.h b/sky/engine/platform/network/ParsedContentType.h
|
| index 69d84e4864dfc0f6060f9a9e1968273ebc7b814d..2292dbd68df20185e9856ef908fb5583400f2827 100644
|
| --- a/sky/engine/platform/network/ParsedContentType.h
|
| +++ b/sky/engine/platform/network/ParsedContentType.h
|
| @@ -29,8 +29,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ParsedContentType_h
|
| -#define ParsedContentType_h
|
| +#ifndef SKY_ENGINE_PLATFORM_NETWORK_PARSEDCONTENTTYPE_H_
|
| +#define SKY_ENGINE_PLATFORM_NETWORK_PARSEDCONTENTTYPE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -68,4 +68,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_NETWORK_PARSEDCONTENTTYPE_H_
|
|
|