Chromium Code Reviews

Unified Diff: Source/wtf/ArrayBufferContents.h

Issue 98183002: Remove duplicated headers from wtf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/wtf/ArrayBufferContents.h
diff --git a/Source/wtf/ArrayBufferContents.h b/Source/wtf/ArrayBufferContents.h
index 5fceac766574c7e86b42dab9a9baae56ddc7bfd1..edd5ef7346567a8f06f3a99f18cd14608fa84786 100644
--- a/Source/wtf/ArrayBufferContents.h
+++ b/Source/wtf/ArrayBufferContents.h
@@ -29,7 +29,6 @@
#include "wtf/ArrayBufferDeallocationObserver.h"
#include "wtf/Noncopyable.h"
-#include "wtf/PartitionAlloc.h"
#include "wtf/WTFExport.h"
namespace WTF {

Powered by Google App Engine