| Index: third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h b/third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h
|
| index 605b6f495b937e2dd347d1bc36f9e88b17a98c9f..c5ef169c7d32043d525e5fd45c557ba2a8bb3ca5 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef InternalsFetch_h
|
| #define InternalsFetch_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 {
|
|
|
|
|