| Index: sky/engine/public/platform/WebLayerTreeView.h
|
| diff --git a/sky/engine/public/platform/WebLayerTreeView.h b/sky/engine/public/platform/WebLayerTreeView.h
|
| index 5c8bd38a7f7365bf5d2977e03f6fa072203284ab..2bec4adfe280709045e03ae22c1827884f36efa0 100644
|
| --- a/sky/engine/public/platform/WebLayerTreeView.h
|
| +++ b/sky/engine/public/platform/WebLayerTreeView.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebLayerTreeView_h
|
| -#define WebLayerTreeView_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBLAYERTREEVIEW_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBLAYERTREEVIEW_H_
|
|
|
| #include "sky/engine/public/platform/WebColor.h"
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| @@ -146,4 +146,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebLayerTreeView_h
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBLAYERTREEVIEW_H_
|
|
|