| Index: Source/core/editing/commands/TypingCommand.h
|
| diff --git a/Source/core/editing/TypingCommand.h b/Source/core/editing/commands/TypingCommand.h
|
| similarity index 99%
|
| rename from Source/core/editing/TypingCommand.h
|
| rename to Source/core/editing/commands/TypingCommand.h
|
| index 4b20532d5da770f70e5786b5fd162c770ddd5772..698b0e56cac6605c37bb896e57f55a901fadebdf 100644
|
| --- a/Source/core/editing/TypingCommand.h
|
| +++ b/Source/core/editing/commands/TypingCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef TypingCommand_h
|
| #define TypingCommand_h
|
|
|
| -#include "core/editing/TextInsertionBaseCommand.h"
|
| +#include "core/editing/commands/TextInsertionBaseCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|