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

Unified Diff: content/child/feature_policy/feature_policy_platform.h

Issue 2738953002: Rename WebParsedFeaturePolicyHeader to WebParsedFeaturePolicy (Closed)
Patch Set: ParsedFeaturePolicyHeader => ParsedFeaturePolicy (content version) Created 3 years, 9 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/child/blink_platform_impl.cc ('k') | content/child/feature_policy/feature_policy_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/feature_policy/feature_policy_platform.h
diff --git a/content/child/feature_policy/feature_policy_platform.h b/content/child/feature_policy/feature_policy_platform.h
index dbf1e95710d11694cf2a11ff93c67739efe6b554..7eb36d84e72f66368d13ecad73a556a17f22407b 100644
--- a/content/child/feature_policy/feature_policy_platform.h
+++ b/content/child/feature_policy/feature_policy_platform.h
@@ -11,10 +11,10 @@
namespace content {
// Conversions between ParsedFeaturePolicyHeader and
-// WebParsedFeaturePolicyHeader
+// WebParsedFeaturePolicy
ParsedFeaturePolicyHeader FeaturePolicyHeaderFromWeb(
- const blink::WebParsedFeaturePolicyHeader& web_feature_policy_header);
-blink::WebParsedFeaturePolicyHeader FeaturePolicyHeaderToWeb(
+ const blink::WebParsedFeaturePolicy& web_feature_policy_header);
+blink::WebParsedFeaturePolicy FeaturePolicyHeaderToWeb(
const ParsedFeaturePolicyHeader& feature_policy_header);
} // namespace content
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/feature_policy/feature_policy_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698