| Index: third_party/WebKit/Source/platform/heap/Handle.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Handle.h b/third_party/WebKit/Source/platform/heap/Handle.h
|
| index ef31d2d8385b3990bf7ef38d6104850ab120b556..cabe889be13d8a0884d2f98271a8b923957de0e0 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Handle.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Handle.h
|
| @@ -39,10 +39,10 @@
|
| #include "platform/heap/TraceTraits.h"
|
| #include "platform/heap/Visitor.h"
|
| #include "platform/heap/VisitorImpl.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| #if defined(LEAK_SANITIZER)
|
| -#include "wtf/LeakAnnotations.h"
|
| +#include "platform/wtf/LeakAnnotations.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|