| Index: sky/engine/public/web/WebPageVisibilityState.h
|
| diff --git a/sky/engine/public/web/WebPageVisibilityState.h b/sky/engine/public/web/WebPageVisibilityState.h
|
| index ce97df4d6fdd3299f2cbcf3f6f8581b3fa9a8867..c5ea339f5b189843bd4b886695748c7e61a2ba4e 100644
|
| --- a/sky/engine/public/web/WebPageVisibilityState.h
|
| +++ b/sky/engine/public/web/WebPageVisibilityState.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebPageVisibilityState_h
|
| -#define WebPageVisibilityState_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBPAGEVISIBILITYSTATE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBPAGEVISIBILITYSTATE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -43,4 +43,4 @@ enum WebPageVisibilityState {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBPAGEVISIBILITYSTATE_H_
|
|
|