| Index: Source/core/dom/ShadowRoot.cpp
|
| diff --git a/Source/core/dom/ShadowRoot.cpp b/Source/core/dom/ShadowRoot.cpp
|
| index f3052f2573d230a5904bd9c67ef16334cfc2b583..ad7c122e0e878f905ab719ef1f543edde0532f04 100644
|
| --- a/Source/core/dom/ShadowRoot.cpp
|
| +++ b/Source/core/dom/ShadowRoot.cpp
|
| @@ -29,11 +29,11 @@
|
|
|
| #include "ContentDistributor.h"
|
| #include "ElementShadow.h"
|
| -#include "HistogramSupport.h"
|
| #include "InsertionPoint.h"
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "StyleResolver.h"
|
| #include "Text.h"
|
| +#include "core/platform/HistogramSupport.h"
|
| #include "markup.h"
|
|
|
| namespace WebCore {
|
|
|