| Index: cc/platform_color.h
|
| diff --git a/cc/platform_color.h b/cc/platform_color.h
|
| index 54a305c76d8b03762d13cd1c10e306b95a722e58..0a75740dde73e580c5cabd036be57149af2b7a3e 100644
|
| --- a/cc/platform_color.h
|
| +++ b/cc/platform_color.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 PlatformColor_h
|
| -#define PlatformColor_h
|
| +#ifndef CC_PLATFORM_COLOR_H_
|
| +#define CC_PLATFORM_COLOR_H_
|
|
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| @@ -57,4 +57,4 @@ public:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_PLATFORM_COLOR_H_
|
|
|