| Index: sky/engine/public/web/WebWidgetClient.h
|
| diff --git a/sky/engine/public/web/WebWidgetClient.h b/sky/engine/public/web/WebWidgetClient.h
|
| index f4c59a78702cb5cddc46acb1133c36f66eed112c..e9d37e9761333eb171df18cc49e4c8c9a4771e0b 100644
|
| --- a/sky/engine/public/web/WebWidgetClient.h
|
| +++ b/sky/engine/public/web/WebWidgetClient.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebWidgetClient_h
|
| -#define WebWidgetClient_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBWIDGETCLIENT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBWIDGETCLIENT_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| #include "sky/engine/public/platform/WebLayerTreeView.h"
|
| @@ -170,4 +170,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBWIDGETCLIENT_H_
|
|
|