| Index: third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
|
| index a833f516de7312a0b8194ab62f5b966a8119afb3..98b5e1998f1cdeeedbb9952f01984e005afbd5c2 100644
|
| --- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
|
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/text/StringUTF8Adaptor.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/text/StringUTF8Adaptor.h"
|
|
|
| namespace blink {
|
|
|
|
|