| Index: content/browser/frame_host/navigator_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigator_impl_unittest.cc b/content/browser/frame_host/navigator_impl_unittest.cc
|
| index 71dbfdc38f81c48949d5b93ccd126ac58afecc75..a9c305019483f933ff2fe388b92a4150eb6c3141 100644
|
| --- a/content/browser/frame_host/navigator_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigator_impl_unittest.cc
|
| @@ -1312,7 +1312,7 @@ TEST_F(NavigatorTestWithBrowserSideNavigation, FeaturePolicyNewChild) {
|
|
|
| FeaturePolicy* subframe_feature_policy = subframe_rfh->feature_policy();
|
| ASSERT_TRUE(subframe_feature_policy);
|
| - ASSERT_FALSE(subframe_feature_policy->origin_.unique());
|
| + ASSERT_FALSE(subframe_feature_policy->origin_.opaque());
|
| }
|
|
|
| } // namespace content
|
|
|