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

Unified Diff: Source/core/dom/Element.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/DocumentType.cpp ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index e2a2b1b8f7d994aab87cef43d1404dde06cea2c5..fa7b59a48581396846aae312fb9852d64ba34e35 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -25,12 +25,12 @@
#ifndef Element_h
#define Element_h
-#include "Attribute.h"
#include "CollectionType.h"
-#include "Document.h"
-#include "FragmentScriptingPermission.h"
#include "HTMLNames.h"
-#include "SpaceSplitString.h"
+#include "core/dom/Attribute.h"
+#include "core/dom/Document.h"
+#include "core/dom/FragmentScriptingPermission.h"
+#include "core/dom/SpaceSplitString.h"
#include "core/platform/ScrollTypes.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/DocumentType.cpp ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698