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

Unified Diff: Source/WebKit/chromium/tests/PODArenaTest.cpp

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
Index: Source/WebKit/chromium/tests/PODArenaTest.cpp
diff --git a/Source/WebKit/chromium/tests/PODArenaTest.cpp b/Source/WebKit/chromium/tests/PODArenaTest.cpp
index c5b1ede9ddb779ce57d85e8aac34aacfdc119190..b8af8ebd14c5937aa139f7ec142e4aa35bf4c11f 100644
--- a/Source/WebKit/chromium/tests/PODArenaTest.cpp
+++ b/Source/WebKit/chromium/tests/PODArenaTest.cpp
@@ -25,11 +25,11 @@
#include "config.h"
-#include "PODArena.h"
+#include "core/platform/PODArena.h"
-#include "ArenaTestHelpers.h"
-#include <algorithm>
#include <gtest/gtest.h>
+#include <algorithm>
+#include "ArenaTestHelpers.h"
#include <wtf/FastMalloc.h>
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/WebKit/chromium/tests/OpenTypeVerticalDataTest.cpp ('k') | Source/WebKit/chromium/tests/PODIntervalTreeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698