| Index: sky/engine/core/rendering/LayerFragment.h
|
| diff --git a/sky/engine/core/rendering/LayerFragment.h b/sky/engine/core/rendering/LayerFragment.h
|
| index c91b2e8565a639ab4de65453b1a965c7f05ab0de..c482e026461902adf9aad05e38dfb3e01ae63744 100644
|
| --- a/sky/engine/core/rendering/LayerFragment.h
|
| +++ b/sky/engine/core/rendering/LayerFragment.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LayerFragment_h
|
| -#define LayerFragment_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_LAYERFRAGMENT_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_LAYERFRAGMENT_H_
|
|
|
| #include "sky/engine/core/rendering/ClipRect.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -72,4 +72,4 @@ typedef Vector<LayerFragment, 1> LayerFragments;
|
|
|
| } // namespace blink
|
|
|
| -#endif // LayerFragment_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_LAYERFRAGMENT_H_
|
|
|