| Index: third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorInfo.h b/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorInfo.h
|
| index 1c011a5d543054ed8bd3895ce45298a12bdc2d5e..fdebeb714e7090430b4196923699c9052322d66c 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorInfo.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorInfo.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef FetchInitiatorInfo_h
|
| #define FetchInitiatorInfo_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/TextPosition.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
|
|