| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| index f2cc0373c48282dea11f55163c555ef2cb7943a7..116c7c112e93280e24e5b4b9eae37b0fd5b7729b 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| @@ -34,12 +34,12 @@
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/network/HTTPParsers.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/CString.h"
|
| #include "public/platform/WebURLResponse.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerResponseType.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|