| Index: sky/engine/core/editing/InputMethodController.h
|
| diff --git a/sky/engine/core/editing/InputMethodController.h b/sky/engine/core/editing/InputMethodController.h
|
| index 6bd8ac1ba7fb4aebcae0bece9a0f8441ba5cdeda..91489e0bbf4c72e45b741801f6be54f6425410cd 100644
|
| --- a/sky/engine/core/editing/InputMethodController.h
|
| +++ b/sky/engine/core/editing/InputMethodController.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InputMethodController_h
|
| -#define InputMethodController_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_INPUTMETHODCONTROLLER_H_
|
| +#define SKY_ENGINE_CORE_EDITING_INPUTMETHODCONTROLLER_H_
|
|
|
| #include "sky/engine/core/editing/CompositionUnderline.h"
|
| #include "sky/engine/core/editing/PlainTextRange.h"
|
| @@ -115,4 +115,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // InputMethodController_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_INPUTMETHODCONTROLLER_H_
|
|
|