| Index: sky/engine/platform/graphics/gpu/Extensions3DUtil.h
|
| diff --git a/sky/engine/platform/graphics/gpu/Extensions3DUtil.h b/sky/engine/platform/graphics/gpu/Extensions3DUtil.h
|
| index 894c4e569176ab99e2b5ef6b4a93411cf56bd483..e8c95a0fee0a19406468eded10689cc528dd1ffd 100644
|
| --- a/sky/engine/platform/graphics/gpu/Extensions3DUtil.h
|
| +++ b/sky/engine/platform/graphics/gpu/Extensions3DUtil.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef Extensions3DUtil_h
|
| -#define Extensions3DUtil_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GPU_EXTENSIONS3DUTIL_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GPU_EXTENSIONS3DUTIL_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/graphics/GraphicsTypes3D.h"
|
| @@ -39,4 +39,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Extensions3DUtil_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GPU_EXTENSIONS3DUTIL_H_
|
|
|