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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/MouseEvent.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 0865ebd36c12127a4e4a7da6ac285545f7ac942c..cffda5d3ae4272ab239ae8e56be5691fb7fe5199 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -28,13 +28,13 @@
#include "EditingBoundary.h"
#include "EventTarget.h"
#include "FocusDirection.h"
-#include "KURLHash.h"
#include "MutationObserver.h"
#include "RenderStyleConstants.h"
#include "ScriptWrappable.h"
#include "SimulatedClickOptions.h"
#include "TreeScope.h"
-#include "TreeShared.h"
+#include "core/platform/KURLHash.h"
+#include "core/platform/TreeShared.h"
#include "core/platform/graphics/LayoutRect.h"
#include <wtf/Forward.h>
#include <wtf/ListHashSet.h>
« no previous file with comments | « Source/core/dom/MouseEvent.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698