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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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/CSSCharsetRule.cpp ('k') | Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 6a6c949d02012e412cc578fc5801ea8087492bb8..cfcf26864c50877a97325de42d2fbf76e3d31d91 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -25,11 +25,7 @@
#include "core/css/CSSComputedStyleDeclaration.h"
#include "CSSPropertyNames.h"
-#include "Document.h"
-#include "ExceptionCode.h"
#include "HTMLFrameOwnerElement.h"
-#include "PseudoElement.h"
-#include "WebCoreMemoryInstrumentation.h"
#include "WebKitFontFamilyNames.h"
#include "core/css/BasicShapeFunctions.h"
#include "core/css/CSSAspectRatioValue.h"
@@ -54,6 +50,10 @@
#include "core/css/StylePropertyShorthand.h"
#include "core/css/StyleResolver.h"
#include "core/css/WebKitCSSTransformValue.h"
+#include "core/dom/Document.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/PseudoElement.h"
+#include "core/dom/WebCoreMemoryInstrumentation.h"
#include "core/page/RuntimeCSSEnabled.h"
#include "core/page/animation/AnimationController.h"
#include "core/platform/graphics/FontFeatureSettings.h"
« no previous file with comments | « Source/core/css/CSSCharsetRule.cpp ('k') | Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698