| Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| index 5ab82692c063f412ae96def9a1ac9a146ee09fd5..56b0126fc8c4b2275d5ca68a636ca5264b3f7575 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "core/html/HTMLDialogElement.h"
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "core/layout/LayoutBox.h"
|
| +#include "core/layout/LayoutBoxModelObject.h"
|
| #include "modules/accessibility/AXObjectCacheImpl.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/text/PlatformLocale.h"
|
|
|