| 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 1e3b9f90998c6be10dca3aed9dd010fba7192b0e..49ab04653461bfb67641133ea809b1f616150f31 100644
|
| --- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
|
| @@ -40,8 +40,7 @@ class FeaturePolicyTest : public ::testing::Test {
|
| protected:
|
| FeaturePolicyTest() {}
|
|
|
| - ~FeaturePolicyTest() {
|
| - }
|
| + ~FeaturePolicyTest() {}
|
|
|
| RefPtr<SecurityOrigin> origin_a_ = SecurityOrigin::CreateFromString(ORIGIN_A);
|
| RefPtr<SecurityOrigin> origin_b_ = SecurityOrigin::CreateFromString(ORIGIN_B);
|
|
|