| Index: sky/engine/core/page/EditorClient.h
|
| diff --git a/sky/engine/core/page/EditorClient.h b/sky/engine/core/page/EditorClient.h
|
| index c3257312c2bb7649bc92034e7ca4216009f71a7a..46997559d6ec1fe5e974e9e940bd2e0ffc8f71cb 100644
|
| --- a/sky/engine/core/page/EditorClient.h
|
| +++ b/sky/engine/core/page/EditorClient.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EditorClient_h
|
| -#define EditorClient_h
|
| +#ifndef SKY_ENGINE_CORE_PAGE_EDITORCLIENT_H_
|
| +#define SKY_ENGINE_CORE_PAGE_EDITORCLIENT_H_
|
|
|
| #include "sky/engine/core/editing/SelectionType.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -51,4 +51,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // EditorClient_h
|
| +#endif // SKY_ENGINE_CORE_PAGE_EDITORCLIENT_H_
|
|
|