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

Unified Diff: Source/core/dom/Attr.cpp

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/css/WebKitCSSViewportRule.cpp ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Attr.cpp
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
index 6865215eacf123edf269b1d02a2b596c2060a32e..81ee4b52566d49858e12d72e13fed351f03ddacd 100644
--- a/Source/core/dom/Attr.cpp
+++ b/Source/core/dom/Attr.cpp
@@ -26,10 +26,10 @@
#include "ExceptionCode.h"
#include "HTMLNames.h"
#include "ScopedEventQueue.h"
-#include "StylePropertySet.h"
#include "StyledElement.h"
#include "Text.h"
#include "XMLNSNames.h"
+#include "core/css/StylePropertySet.h"
#include <wtf/text/AtomicString.h>
#include <wtf/text/StringBuilder.h>
« no previous file with comments | « Source/core/css/WebKitCSSViewportRule.cpp ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698