| Index: sky/engine/public/platform/Platform.h
|
| diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
|
| index 9fe0a546290813b3c5de89db8dea75b850d96b3a..863bcde919dc10093e1a01548c1d302a0862b4b0 100644
|
| --- a/sky/engine/public/platform/Platform.h
|
| +++ b/sky/engine/public/platform/Platform.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Platform_h
|
| -#define Platform_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_PLATFORM_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_PLATFORM_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| #include "sky/engine/public/platform/WebData.h"
|
| @@ -372,4 +372,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_PLATFORM_H_
|
|
|