| Index: third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.h b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.h
|
| index e819b231ef0df04dbe1ae13815d2180b687ea276..9cc78eae146b9c102e606b2c50dab38532a67840 100644
|
| --- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.h
|
| +++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.h
|
| @@ -27,8 +27,8 @@
|
| #define ContentSecurityPolicyResponseHeaders_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|