| 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 7113bda4c517cebd81ca6d958f9fff87fd46a57f..cc5b56f4caa27ba3328db254b61aea6770f34d4d 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| @@ -9,9 +9,9 @@
|
| #include "core/frame/csp/SourceListDirective.h"
|
| #include "platform/loader/fetch/ResourceRequest.h"
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
| +#include "platform/wtf/text/StringOperators.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/StringOperators.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|