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

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

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/dom/Element.cpp ('k') | Source/core/dom/ElementRareData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRareData.h
diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
index d3298400d4902544550b253599622f42380100c2..48a43f479985508a0115dfd7dee24347e785cd14 100644
--- a/Source/core/dom/ElementRareData.h
+++ b/Source/core/dom/ElementRareData.h
@@ -23,11 +23,11 @@
#define ElementRareData_h
#include "ClassList.h"
-#include "DatasetDOMStringMap.h"
-#include "ElementShadow.h"
-#include "NamedNodeMap.h"
-#include "NodeRareData.h"
-#include "PseudoElement.h"
+#include "core/dom/DatasetDOMStringMap.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/NamedNodeMap.h"
+#include "core/dom/NodeRareData.h"
+#include "core/dom/PseudoElement.h"
#include "core/rendering/style/StyleInheritedData.h"
#include <wtf/OwnPtr.h>
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/ElementRareData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698