| Index: sky/engine/web/EditorClientImpl.h
|
| diff --git a/sky/engine/web/EditorClientImpl.h b/sky/engine/web/EditorClientImpl.h
|
| index 0d6148cdc41a72cc51d208b1cb55556ff2cf1e04..81ca83da7338cb81ed9590322f4537ca76c721c6 100644
|
| --- a/sky/engine/web/EditorClientImpl.h
|
| +++ b/sky/engine/web/EditorClientImpl.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EditorClientImpl_h
|
| -#define EditorClientImpl_h
|
| +#ifndef SKY_ENGINE_WEB_EDITORCLIENTIMPL_H_
|
| +#define SKY_ENGINE_WEB_EDITORCLIENTIMPL_H_
|
|
|
| #include "sky/engine/core/page/EditorClient.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_WEB_EDITORCLIENTIMPL_H_
|
|
|