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

Unified Diff: Source/core/css/DOMWindowCSS.cpp

Issue 106903009: Move page/RuntimeCSSEnabled to css/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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
Index: Source/core/css/DOMWindowCSS.cpp
diff --git a/Source/core/css/DOMWindowCSS.cpp b/Source/core/css/DOMWindowCSS.cpp
index 69b7a3269c6e84aaa88e933a2d3d86d1d15b0f94..248ddcc464871af8749ce81494241c7551ae20b3 100644
--- a/Source/core/css/DOMWindowCSS.cpp
+++ b/Source/core/css/DOMWindowCSS.cpp
@@ -31,8 +31,8 @@
#include "core/css/DOMWindowCSS.h"
#include "core/css/CSSParser.h"
+#include "core/css/RuntimeCSSEnabled.h"
#include "core/css/StylePropertySet.h"
-#include "core/page/RuntimeCSSEnabled.h"
#include "wtf/text/WTFString.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698