| Index: sky/engine/platform/graphics/GraphicsContextAnnotation.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsContextAnnotation.h b/sky/engine/platform/graphics/GraphicsContextAnnotation.h
|
| index d8bc0b610196104a90613cf9c98f01e28c8af79b..bdbc3715505b3903e25d7489b50125c1e451262e 100644
|
| --- a/sky/engine/platform/graphics/GraphicsContextAnnotation.h
|
| +++ b/sky/engine/platform/graphics/GraphicsContextAnnotation.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GraphicsContextAnnotation_h
|
| -#define GraphicsContextAnnotation_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSCONTEXTANNOTATION_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSCONTEXTANNOTATION_H_
|
|
|
| #include "sky/engine/wtf/Vector.h"
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| @@ -52,4 +52,4 @@ typedef Vector<std::pair<const char*, String> > AnnotationList;
|
|
|
| } // namespace blink
|
|
|
| -#endif // GraphicsContextAnnotation_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSCONTEXTANNOTATION_H_
|
|
|