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

Unified Diff: Source/core/platform/PODIntervalTree.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/platform/PODFreeListArena.h ('k') | Source/core/platform/PODRedBlackTree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/PODIntervalTree.h
diff --git a/Source/core/platform/PODIntervalTree.h b/Source/core/platform/PODIntervalTree.h
index 96233c5582b53cfda25f4a729e3f320a8e7c33dc..102bf6febd491bcae3c6c3fc64896bea74da0f74 100644
--- a/Source/core/platform/PODIntervalTree.h
+++ b/Source/core/platform/PODIntervalTree.h
@@ -26,9 +26,9 @@
#ifndef PODIntervalTree_h
#define PODIntervalTree_h
-#include "PODArena.h"
-#include "PODInterval.h"
-#include "PODRedBlackTree.h"
+#include "core/platform/PODArena.h"
+#include "core/platform/PODInterval.h"
+#include "core/platform/PODRedBlackTree.h"
#include <wtf/Assertions.h>
#include <wtf/Noncopyable.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/core/platform/PODFreeListArena.h ('k') | Source/core/platform/PODRedBlackTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698