| Index: sky/engine/platform/text/DateTimeFormat.h
|
| diff --git a/sky/engine/platform/text/DateTimeFormat.h b/sky/engine/platform/text/DateTimeFormat.h
|
| index 4dac59021be05e6a942dd71c57ae4bb2269bcd65..f1f94a65e674927ff8354f4bf49cf6594ec2bf7c 100644
|
| --- a/sky/engine/platform/text/DateTimeFormat.h
|
| +++ b/sky/engine/platform/text/DateTimeFormat.h
|
| @@ -23,8 +23,8 @@
|
| * DAMAGE.
|
| */
|
|
|
| -#ifndef DateTimeFormat_h
|
| -#define DateTimeFormat_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_DATETIMEFORMAT_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_DATETIMEFORMAT_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -108,4 +108,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DateTimeFormat_h
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_DATETIMEFORMAT_H_
|
|
|