| Index: sky/engine/platform/DateComponents.h
|
| diff --git a/sky/engine/platform/DateComponents.h b/sky/engine/platform/DateComponents.h
|
| index 5d5b0131eb2ac05183b23679229009ad460b35b2..8a59dd144306c83aab87389ace2098aa7f154ac3 100644
|
| --- a/sky/engine/platform/DateComponents.h
|
| +++ b/sky/engine/platform/DateComponents.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DateComponents_h
|
| -#define DateComponents_h
|
| +#ifndef SKY_ENGINE_PLATFORM_DATECOMPONENTS_H_
|
| +#define SKY_ENGINE_PLATFORM_DATECOMPONENTS_H_
|
|
|
| #include <limits>
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -212,4 +212,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DateComponents_h
|
| +#endif // SKY_ENGINE_PLATFORM_DATECOMPONENTS_H_
|
|
|