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

Unified Diff: Source/core/css/RuntimeCSSEnabled.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/RuntimeCSSEnabled.cpp
diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
similarity index 99%
rename from Source/core/page/RuntimeCSSEnabled.cpp
rename to Source/core/css/RuntimeCSSEnabled.cpp
index 55b1c54830ff30e084c5f06175e09164af4cd097..7e0d728e2b89043320ce994565c2ced264a1ffe1 100644
--- a/Source/core/page/RuntimeCSSEnabled.cpp
+++ b/Source/core/css/RuntimeCSSEnabled.cpp
@@ -28,7 +28,8 @@
*/
#include "config.h"
-#include "core/page/RuntimeCSSEnabled.h"
+#include "core/css/RuntimeCSSEnabled.h"
+
#include "RuntimeEnabledFeatures.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698