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

Unified Diff: Source/platform/text/BidiCharacterRun.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/platform/text/BidiCharacterRun.cpp
diff --git a/Source/platform/text/BidiCharacterRun.cpp b/Source/platform/text/BidiCharacterRun.cpp
index 791574f620eff13726dfe8a7f9b745b3b73fa820..d779010d445929a1f29c9cfea622341eafa0fdb5 100644
--- a/Source/platform/text/BidiCharacterRun.cpp
+++ b/Source/platform/text/BidiCharacterRun.cpp
@@ -24,7 +24,7 @@
#include "config.h"
#include "platform/text/BidiCharacterRun.h"
-#include "platform/Partitions.h"
+#include "wtf/Partitions.h"
#include "wtf/RefCountedLeakCounter.h"
using namespace WTF;

Powered by Google App Engine
This is Rietveld 408576698