| Index: Source/core/css/resolver/ScopedStyleResolver.cpp
|
| diff --git a/Source/core/css/ScopedStyleResolver.cpp b/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| similarity index 97%
|
| rename from Source/core/css/ScopedStyleResolver.cpp
|
| rename to Source/core/css/resolver/ScopedStyleResolver.cpp
|
| index c6f730db8c02d9e344722b88245b05644c07d60a..18889f5a336e9e617ec3e29bfb1425fd9851edf5 100644
|
| --- a/Source/core/css/ScopedStyleResolver.cpp
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/css/ScopedStyleResolver.h"
|
| +#include "core/css/resolver/ScopedStyleResolver.h"
|
|
|
| #include "HTMLNames.h"
|
| #include "core/css/CSSStyleRule.h"
|
| @@ -38,9 +38,9 @@
|
| #include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/html/HTMLStyleElement.h"
|
| #include "core/html/shadow/ContentDistributor.h"
|
| -#include <wtf/MemoryInstrumentationHashMap.h>
|
| -#include <wtf/MemoryInstrumentationHashSet.h>
|
| -#include <wtf/MemoryInstrumentationVector.h>
|
| +#include "wtf/MemoryInstrumentationHashMap.h"
|
| +#include "wtf/MemoryInstrumentationHashSet.h"
|
| +#include "wtf/MemoryInstrumentationVector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|