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

Unified Diff: content/common/content_security_policy_header.h

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. 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
« no previous file with comments | « content/common/content_security_policy/csp_source_unittest.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « content/common/content_security_policy/csp_source_unittest.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698