| Index: third_party/WebKit/Source/platform/heap/Member.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Member.h b/third_party/WebKit/Source/platform/heap/Member.h
|
| index 46e04fb083641de0684ad179f47f0d446b10e252..8aaf44d9c2f5699959f4e38eb4ceab8273072976 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Member.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Member.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef Member_h
|
| #define Member_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/HashTraits.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/HashTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|