| Index: third_party/WebKit/Source/core/html/LinkManifest.h
|
| diff --git a/third_party/WebKit/Source/core/html/LinkManifest.h b/third_party/WebKit/Source/core/html/LinkManifest.h
|
| index 1485718518886e25fdbf1491cdc6a75edfd89dae..500dd4c076f1c016353506ab5ca6c16593a8f46c 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkManifest.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkManifest.h
|
| @@ -6,8 +6,8 @@
|
| #define LinkManifest_h
|
|
|
| #include "core/html/LinkResource.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|