| Index: third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h b/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| index d3b35adf505ea3ec8d2d01618c68da5aa41093de..575d29c9e7f32cfacd088b048b03fbfca03036b0 100644
|
| --- a/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| +++ b/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| @@ -6,8 +6,8 @@
|
| #define SelfKeepAlive_h
|
|
|
| #include "platform/heap/Persistent.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|