| Index: third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h b/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
|
| index 23bdcfe4e52818542c45239b7f3828467010cece..f23a58262fdfba263de27d61a543dbffab6d70cb 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "platform/heap/Heap.h"
|
| #include "platform/heap/Visitor.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|