| Index: sky/engine/public/platform/WebLayerClient.h
|
| diff --git a/sky/engine/public/platform/WebLayerClient.h b/sky/engine/public/platform/WebLayerClient.h
|
| index 8475f497251c34eca529c472c0b730ff5f71d419..9c382b999411436a4466e0792e29f502bafc6ff5 100644
|
| --- a/sky/engine/public/platform/WebLayerClient.h
|
| +++ b/sky/engine/public/platform/WebLayerClient.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebLayerClient_h
|
| -#define WebLayerClient_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBLAYERCLIENT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBLAYERCLIENT_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
|
|
| @@ -51,5 +51,5 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebLayerClient_h
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBLAYERCLIENT_H_
|
|
|
|
|