| Index: third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
| index c62b7a8bcb4f531ba242a4242bea7af0f3bb2a9f..1c085cf6aeea4d2875e0ead2c0bcae499a9c835d 100644
|
| --- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
| @@ -70,7 +70,7 @@ TEST_F(FeaturePolicyTest, PolicyParsedCorrectly) {
|
| Vector<String> messages;
|
|
|
| // Empty policy.
|
| - WebParsedFeaturePolicyHeader parsedPolicy =
|
| + WebParsedFeaturePolicy parsedPolicy =
|
| parseFeaturePolicy("{}", m_originA.get(), &messages);
|
| EXPECT_EQ(0UL, parsedPolicy.size());
|
|
|
|
|