| Index: third_party/WebKit/Source/platform/heap/Visitor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/Visitor.cpp b/third_party/WebKit/Source/platform/heap/Visitor.cpp
|
| index 367b4f478ad5aed226a812f2dc0ca77da879df55..fc2f44707c83ce2781861f0b665aab0e7cf8cdcf 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Visitor.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/Visitor.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "platform/heap/Visitor.h"
|
|
|
| +#include <memory>
|
| #include "platform/heap/BlinkGC.h"
|
| #include "platform/heap/ThreadState.h"
|
| #include "platform/heap/VisitorImpl.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|