| Index: third_party/WebKit/Source/platform/heap/Persistent.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Persistent.h b/third_party/WebKit/Source/platform/heap/Persistent.h
|
| index 94f67dfdb37e738173897503cba8beb19bd4a9d9..260a4c23a10ef35036904ae5a6a89c9b7e3ec523 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Persistent.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Persistent.h
|
| @@ -9,8 +9,8 @@
|
| #include "platform/heap/Member.h"
|
| #include "platform/heap/PersistentNode.h"
|
| #include "platform/heap/Visitor.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Atomics.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Atomics.h"
|
|
|
| namespace blink {
|
|
|
|
|