| Index: third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapAllocator.h b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| index d224550feae0613b68a0905a982a1bffd74bfe03..88a89f351255cb8d67bb0de7925babdc65971520 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| @@ -8,17 +8,17 @@
|
| #include "platform/heap/Heap.h"
|
| #include "platform/heap/Persistent.h"
|
| #include "platform/heap/TraceTraits.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Deque.h"
|
| -#include "wtf/HashCountedSet.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/HashTable.h"
|
| -#include "wtf/LinkedHashSet.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/TypeTraits.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Deque.h"
|
| +#include "platform/wtf/HashCountedSet.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/HashTable.h"
|
| +#include "platform/wtf/LinkedHashSet.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|