| Index: sky/engine/platform/PlatformThreadData.h
|
| diff --git a/sky/engine/platform/PlatformThreadData.h b/sky/engine/platform/PlatformThreadData.h
|
| index 797eb734a9fc5ec99eb333b8ac192b0b6dfffee7..e00e1e56d9b5fdbadcc620579c6324f4cdd3a23e 100644
|
| --- a/sky/engine/platform/PlatformThreadData.h
|
| +++ b/sky/engine/platform/PlatformThreadData.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PlatformThreadData_h
|
| -#define PlatformThreadData_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMTHREADDATA_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMTHREADDATA_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PlatformThreadData_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMTHREADDATA_H_
|
|
|