| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| index 8ba4faa68fe4ccd1bd3b0ba5e7c12b996afcb855..6881b822da621a359ace8ac6097172f55e558c89 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -11,9 +11,9 @@
|
| #include "platform/Crypto.h"
|
| #include "platform/loader/fetch/ResourceRequest.h"
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebContentSecurityPolicy.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|