Index: third_party/WebKit/Source/wtf/Vector.h |
diff --git a/third_party/WebKit/Source/wtf/Vector.h b/third_party/WebKit/Source/wtf/Vector.h |
index 38715f662180b3b2b9b728ed807a6d97a705b3b7..0d55085c371cba442e8a3047be62badee6fded92 100644 |
--- a/third_party/WebKit/Source/wtf/Vector.h |
+++ b/third_party/WebKit/Source/wtf/Vector.h |
@@ -26,9 +26,9 @@ |
#include "wtf/ContainerAnnotations.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/NotFound.h" |
-#include "wtf/PartitionAllocator.h" |
#include "wtf/StdLibExtras.h" |
#include "wtf/VectorTraits.h" |
+#include "wtf/allocator/PartitionAllocator.h" |
#include <algorithm> |
#include <iterator> |
#include <string.h> |