| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| index 9fd7b071627a53294e4961b2e27ce2bc707fb3e5..c6586f25268af9cb81985400abe05c12c882c8a4 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/frame/csp/SourceListDirective.h"
|
| +#include "platform/loader/fetch/ResourceRequest.h"
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
| -#include "platform/network/ResourceRequest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/text/StringOperators.h"
|
| #include "wtf/text/WTFString.h"
|
|
|