| Index: sky/engine/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| diff --git a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.cpp b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| index d19dfa0190a1f120621c52d4dd166028961b4512..e220f4c409a70dcbf312f4c3752d51905b6ccfc0 100644
|
| --- a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| +++ b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| @@ -24,15 +24,15 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/ShadowTreeStyleSheetCollection.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/ShadowTreeStyleSheetCollection.h"
|
|
|
| -#include "core/css/CSSStyleSheet.h"
|
| -#include "core/css/resolver/StyleResolver.h"
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/StyleEngine.h"
|
| -#include "core/dom/shadow/ShadowRoot.h"
|
| -#include "core/html/HTMLStyleElement.h"
|
| +#include "sky/engine/core/css/CSSStyleSheet.h"
|
| +#include "sky/engine/core/css/resolver/StyleResolver.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/StyleEngine.h"
|
| +#include "sky/engine/core/dom/shadow/ShadowRoot.h"
|
| +#include "sky/engine/core/html/HTMLStyleElement.h"
|
|
|
| namespace blink {
|
|
|
|
|