| Index: third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.h b/third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.h
|
| index 0c3a6cfc602c67f5b9bf8b29c467b47ec5b638e5..7d86a05ebf1d2d02e123baaf3b8e937880691d73 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef WorkerInternalsFetch_h
|
| #define WorkerInternalsFetch_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|