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

Unified Diff: Source/core/dom/StyledElement.h

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/dom/StyleElement.cpp ('k') | Source/core/dom/StyledElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StyledElement.h
diff --git a/Source/core/dom/StyledElement.h b/Source/core/dom/StyledElement.h
index 3134473bb9192256868c2b35c90e1649baf5eb5f..c57d3ab2042b8d5d5dce68a72fed4b55b26923d1 100644
--- a/Source/core/dom/StyledElement.h
+++ b/Source/core/dom/StyledElement.h
@@ -25,9 +25,9 @@
#ifndef StyledElement_h
#define StyledElement_h
-#include "CSSPrimitiveValue.h"
#include "CSSPropertyNames.h"
#include "Element.h"
+#include "core/css/CSSPrimitiveValue.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/StyleElement.cpp ('k') | Source/core/dom/StyledElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698