| Index: Source/core/dom/ElementRareData.cpp
|
| diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
|
| index 0c6ef3086629a4135a12fe642ce1b91e8dbdf685..72ce782dc48b75b263df19ca4e0bcda040d037e6 100644
|
| --- a/Source/core/dom/ElementRareData.cpp
|
| +++ b/Source/core/dom/ElementRareData.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ElementRareData.h"
|
| +#include "core/dom/ElementRareData.h"
|
|
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
|
|
| namespace WebCore {
|
|
|