| Index: third_party/WebKit/Source/platform/heap/HeapCompactTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapCompactTest.cpp b/third_party/WebKit/Source/platform/heap/HeapCompactTest.cpp
|
| index 1b09767433744ad043f06a200e32422818b21056..18d11672083dab1f12f20c729ab396e62fa6524d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapCompactTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapCompactTest.cpp
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/SparseHeapBitmap.h"
|
| +#include "platform/wtf/Deque.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/LinkedHashSet.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Deque.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/LinkedHashSet.h"
|
| -#include "wtf/Vector.h"
|
|
|
| #include <memory>
|
|
|
|
|