| Index: third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/GarbageCollected.h b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| index f914e023f52af8115bf7ed6f78b4c83c08a4b5d3..5a1b542e53cfcdc8f231d56c3d65ef5f7b7babf2 100644
|
| --- a/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| +++ b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| @@ -6,9 +6,9 @@
|
| #define GarbageCollected_h
|
|
|
| #include "platform/heap/ThreadState.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/TypeTraits.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|