| Index: Source/core/editing/InsertIntoTextNodeCommand.cpp | 
| diff --git a/Source/core/editing/InsertIntoTextNodeCommand.cpp b/Source/core/editing/InsertIntoTextNodeCommand.cpp | 
| index 5c30074d9b0170ba6658cf766602c68e135ce1b3..a70b565db329a48e81c00f257982a0d91ba2a6d3 100644 | 
| --- a/Source/core/editing/InsertIntoTextNodeCommand.cpp | 
| +++ b/Source/core/editing/InsertIntoTextNodeCommand.cpp | 
| @@ -26,12 +26,12 @@ | 
| #include "config.h" | 
| #include "InsertIntoTextNodeCommand.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| #include "Document.h" | 
| #include "ExceptionCodePlaceholder.h" | 
| #include "RenderText.h" | 
| #include "Settings.h" | 
| #include "Text.h" | 
| +#include "core/accessibility/AXObjectCache.h" | 
|  | 
| namespace WebCore { | 
|  | 
|  |