| Index: sky/engine/platform/graphics/DrawLooperBuilder.h
|
| diff --git a/sky/engine/platform/graphics/DrawLooperBuilder.h b/sky/engine/platform/graphics/DrawLooperBuilder.h
|
| index 3f93ffd32b2c88e7e9cdad0813c765a35e63b9fd..6c9cf5c5294369c60c62f2d3e65a1f3277b223ce 100644
|
| --- a/sky/engine/platform/graphics/DrawLooperBuilder.h
|
| +++ b/sky/engine/platform/graphics/DrawLooperBuilder.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DrawLooperBuilder_h
|
| -#define DrawLooperBuilder_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_DRAWLOOPERBUILDER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_DRAWLOOPERBUILDER_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -79,4 +79,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DrawLooperBuilder_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_DRAWLOOPERBUILDER_H_
|
|
|