| Index: Source/core/html/HTMLDetailsElement.cpp
|
| diff --git a/Source/core/html/HTMLDetailsElement.cpp b/Source/core/html/HTMLDetailsElement.cpp
|
| index 26b0814aa1feeca6f58d6518feafd5cd370951e9..89316f525cc2d8496ba6b47a66fd55f3b030c605 100644
|
| --- a/Source/core/html/HTMLDetailsElement.cpp
|
| +++ b/Source/core/html/HTMLDetailsElement.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLSummaryElement.h"
|
| #include "core/html/shadow/HTMLContentElement.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| #include "core/rendering/RenderBlockFlow.h"
|
| +#include "platform/text/PlatformLocale.h"
|
|
|
| namespace WebCore {
|
|
|
|
|