| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceRequestTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceRequestTest.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceRequestTest.cpp
|
| index 134c540b246413be5a68bc83e921dd5730c63a97..32b4b0c55647e83e8c3206c526e2b1d0d7ff98ff 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceRequestTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceRequestTest.cpp
|
| @@ -8,10 +8,10 @@
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/Referrer.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| #include "public/platform/WebURLRequest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|