summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/video_decode_accelerator_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/gpu/video_decode_accelerator_tests.cc')
-rw-r--r--chromium/media/gpu/video_decode_accelerator_tests.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/media/gpu/video_decode_accelerator_tests.cc b/chromium/media/gpu/video_decode_accelerator_tests.cc
index e1fadd70895..712b82306ca 100644
--- a/chromium/media/gpu/video_decode_accelerator_tests.cc
+++ b/chromium/media/gpu/video_decode_accelerator_tests.cc
@@ -1,4 +1,4 @@
-// Copyright 2018 The Chromium Authors. All rights reserved.
+// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -544,8 +544,8 @@ int main(int argc, char** argv) {
bool use_legacy = false;
bool use_vd_vda = false;
bool linear_output = false;
- std::vector<base::Feature> disabled_features;
- std::vector<base::Feature> enabled_features;
+ std::vector<base::test::FeatureRef> disabled_features;
+ std::vector<base::test::FeatureRef> enabled_features;
#if defined(ARCH_CPU_ARM_FAMILY)
enabled_features.push_back(media::kPreferLibYuvImageProcessor);