| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.h
|
| index 836d264e3ec496133323b8ddd67b27302761e058..3f28e991217796f4e1d836c0fcde1d1ace5a2235 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/html/LinkResource.h"
|
| #include "modules/ModulesExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|