| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| index 392d868b4d455a6b77ad651b3fb6fe18049306a6..9f2937bd8f4e53d6d395fa52df7caedc56dce993 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| @@ -17,11 +17,11 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/text/Base64.h"
|
| -#include "wtf/text/ParsingUtilities.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/StringUTF8Adaptor.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/Base64.h"
|
| +#include "platform/wtf/text/ParsingUtilities.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringUTF8Adaptor.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|