| Index: third_party/WebKit/Source/platform/heap/Visitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| index 54b51fc9f8e1c4d6cac2894f50debaa80cabb479..5349eef0687a0d9f2e247ed8af874c3010189654 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Visitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef Visitor_h
|
| #define Visitor_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/GarbageCollected.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashTraits.h"
|
| -#include "wtf/TypeTraits.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|