| Index: sky/engine/core/page/PageVisibilityState.h
|
| diff --git a/sky/engine/core/page/PageVisibilityState.h b/sky/engine/core/page/PageVisibilityState.h
|
| index 56ac848a409ed9932aaa83e97d3725c991c756fc..6860ed79e1f8a1d2ac3d5d4ae4fa66b525046204 100644
|
| --- a/sky/engine/core/page/PageVisibilityState.h
|
| +++ b/sky/engine/core/page/PageVisibilityState.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PageVisibilityState_h
|
| -#define PageVisibilityState_h
|
| +#ifndef SKY_ENGINE_CORE_PAGE_PAGEVISIBILITYSTATE_H_
|
| +#define SKY_ENGINE_CORE_PAGE_PAGEVISIBILITYSTATE_H_
|
|
|
| #include "sky/engine/wtf/text/WTFString.h"
|
|
|
| @@ -46,4 +46,4 @@ String pageVisibilityStateString(PageVisibilityState);
|
|
|
| } // namespace blink
|
|
|
| -#endif // ifndef PageVisibilityState_h
|
| +#endif // SKY_ENGINE_CORE_PAGE_PAGEVISIBILITYSTATE_H_
|
|
|