| Index: sky/engine/core/painting/Drawable.h
|
| diff --git a/sky/engine/core/painting/Drawable.h b/sky/engine/core/painting/Drawable.h
|
| index 1ee2fddf05a60cd35cc743bbe4ff4835ca3a5565..abc714fb5259c441c5e47bc6b2edef0a9e30c8b6 100644
|
| --- a/sky/engine/core/painting/Drawable.h
|
| +++ b/sky/engine/core/painting/Drawable.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 SKY_ENGINE_CORE_DRAWABLE_PICTURE_H_
|
| -#define SKY_ENGINE_CORE_DRAWABLE_PICTURE_H_
|
| +#ifndef SKY_ENGINE_CORE_PAINTING_DRAWABLE_H_
|
| +#define SKY_ENGINE_CORE_PAINTING_DRAWABLE_H_
|
|
|
| #include "sky/engine/core/painting/Picture.h"
|
| #include "sky/engine/tonic/dart_wrappable.h"
|
| @@ -29,4 +29,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_CORE_DRAWABLE_PICTURE_H_
|
| +#endif // SKY_ENGINE_CORE_PAINTING_DRAWABLE_H_
|
|
|