| Index: sky/engine/platform/ContentType.h
|
| diff --git a/sky/engine/platform/ContentType.h b/sky/engine/platform/ContentType.h
|
| index e202ee530e4f07ce74dd8dba26f7caa4c23fd6f5..4faa995d839333d40f7861728ff587b88a40ee1f 100644
|
| --- a/sky/engine/platform/ContentType.h
|
| +++ b/sky/engine/platform/ContentType.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ContentType_h
|
| -#define ContentType_h
|
| +#ifndef SKY_ENGINE_PLATFORM_CONTENTTYPE_H_
|
| +#define SKY_ENGINE_PLATFORM_CONTENTTYPE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| @@ -46,4 +46,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ContentType_h
|
| +#endif // SKY_ENGINE_PLATFORM_CONTENTTYPE_H_
|
|
|