Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: content/common/content_security_policy_header.h

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Rename SchemeShouldBypass => SchemeShouldBypassCSP. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/content_security_policy_header.h
diff --git a/content/common/content_security_policy_header.h b/content/common/content_security_policy_header.h
index 66d22e6c28c2f710c31878b0fc82e10f34f956a1..cef4e066417ff81826bb743417e65b4781964a3f 100644
--- a/content/common/content_security_policy_header.h
+++ b/content/common/content_security_policy_header.h
@@ -6,7 +6,7 @@
#define CONTENT_COMMON_CONTENT_SECURITY_POLICY_HEADER_
#include <string>
-#include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
+#include "third_party/WebKit/public/platform/WebContentSecurityPolicy.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698