| Index: Source/core/editing/InsertNodeBeforeCommand.cpp | 
| diff --git a/Source/core/editing/InsertNodeBeforeCommand.cpp b/Source/core/editing/InsertNodeBeforeCommand.cpp | 
| index 51a6915727ae5975b4b60d55d20405ae96786155..87d2f27f366dec771b3bf8eea29acf68ff59707e 100644 | 
| --- a/Source/core/editing/InsertNodeBeforeCommand.cpp | 
| +++ b/Source/core/editing/InsertNodeBeforeCommand.cpp | 
| @@ -26,9 +26,9 @@ | 
| #include "config.h" | 
| #include "InsertNodeBeforeCommand.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| #include "Document.h" | 
| #include "ExceptionCodePlaceholder.h" | 
| +#include "core/accessibility/AXObjectCache.h" | 
| #include "htmlediting.h" | 
|  | 
| namespace WebCore { | 
|  |