Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: Source/core/css/resolver/ScopedStyleResolver.cpp

Issue 15072003: Move StyleResolver and related classes to core/css/resolver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/resolver/ScopedStyleResolver.h ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « Source/core/css/resolver/ScopedStyleResolver.h ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698