| Index: sky/engine/core/page/FocusType.h
|
| diff --git a/sky/engine/core/page/FocusType.h b/sky/engine/core/page/FocusType.h
|
| index 29e388ebe2ccf81442ab7c17454d6db774b16273..57befccd77f09a9b3a18c5d9fa8650298cda8e00 100644
|
| --- a/sky/engine/core/page/FocusType.h
|
| +++ b/sky/engine/core/page/FocusType.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FocusType_h
|
| -#define FocusType_h
|
| +#ifndef SKY_ENGINE_CORE_PAGE_FOCUSTYPE_H_
|
| +#define SKY_ENGINE_CORE_PAGE_FOCUSTYPE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -47,4 +47,4 @@ enum FocusType {
|
|
|
| }
|
|
|
| -#endif // FocusType_h
|
| +#endif // SKY_ENGINE_CORE_PAGE_FOCUSTYPE_H_
|
|
|