| Index: third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGC.h b/third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| index e32c8229242da1d61a0abeffb8a1b4cd7568fc9a..3186d7f508a120c81b716e8af8c743beb9f1d2d5 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| @@ -8,7 +8,7 @@
|
| // BlinkGC.h is a file that defines common things used by Blink GC.
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|