| Index: Source/core/editing/InputMethodController.cpp
|
| diff --git a/Source/core/editing/InputMethodController.cpp b/Source/core/editing/InputMethodController.cpp
|
| index 498b8b2332ddd9a87b5d00f4282b467d44f7aa51..5b5ef9b08a36f75d86bed79f86812e7ea6545f0b 100644
|
| --- a/Source/core/editing/InputMethodController.cpp
|
| +++ b/Source/core/editing/InputMethodController.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "core/dom/Range.h"
|
| #include "core/dom/Text.h"
|
| #include "core/editing/Editor.h"
|
| -#include "core/editing/TypingCommand.h"
|
| +#include "core/editing/commands/TypingCommand.h"
|
| #include "core/events/CompositionEvent.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLTextAreaElement.h"
|
|
|