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

Unified Diff: Source/wtf/text/CString.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/text/CString.cpp
diff --git a/Source/wtf/text/CString.cpp b/Source/wtf/text/CString.cpp
index 7de062038d107ae1cc4a37f657c2681828abbe6f..89ee0a34f9205bd287d854e6ee8d32e3f03eaf8a 100644
--- a/Source/wtf/text/CString.cpp
+++ b/Source/wtf/text/CString.cpp
@@ -28,7 +28,7 @@
#include "CString.h"
#include "wtf/PartitionAlloc.h"
-#include "wtf/WTF.h"
+#include "wtf/Partitions.h"
#include <string.h>
using namespace std;

Powered by Google App Engine
This is Rietveld 408576698