Index: Source/core/editing/InputMethodController.cpp |
diff --git a/Source/core/editing/InputMethodController.cpp b/Source/core/editing/InputMethodController.cpp |
index 5048b1cacaf1f91fb17f4e3f5fbca1515c5fa4a9..778d85f45e4ef8f70e0f8915c98d7032e8bb3ea5 100644 |
--- a/Source/core/editing/InputMethodController.cpp |
+++ b/Source/core/editing/InputMethodController.cpp |
@@ -33,7 +33,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/frame/LocalFrame.h" |
#include "core/html/HTMLTextAreaElement.h" |
#include "core/input/EventHandler.h" |