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

Unified Diff: Source/wtf/testing/RunAllTests.cpp

Issue 1041103002: PartitionAlloc: Centralize Partition allocators into one place (Part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/wtf/testing/RunAllTests.cpp
diff --git a/Source/wtf/testing/RunAllTests.cpp b/Source/wtf/testing/RunAllTests.cpp
index 5d27780e99d586068c6249d6eff297fda1cbd7d9..7486c57820bdcdb0407d1b6d1d0f2607b8d78192 100644
--- a/Source/wtf/testing/RunAllTests.cpp
+++ b/Source/wtf/testing/RunAllTests.cpp
@@ -32,7 +32,7 @@
#include "wtf/CryptographicallyRandomNumber.h"
#include "wtf/MainThread.h"
-#include "wtf/WTF.h"
+#include "wtf/Partitions.h"
#include <base/test/test_suite.h>
#include <string.h>
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/WTF.cpp ('k') | Source/wtf/text/CString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698