summaryrefslogtreecommitdiffstats
path: root/third_party/aom/test/frame_size_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/test/frame_size_tests.cc')
-rw-r--r--third_party/aom/test/frame_size_tests.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/aom/test/frame_size_tests.cc b/third_party/aom/test/frame_size_tests.cc
index d2e762ff9..442f2523d 100644
--- a/third_party/aom/test/frame_size_tests.cc
+++ b/third_party/aom/test/frame_size_tests.cc
@@ -15,8 +15,8 @@
namespace {
-class AV1FrameSizeTests : public ::libaom_test::EncoderTest,
- public ::testing::Test {
+class AV1FrameSizeTests : public ::testing::Test,
+ public ::libaom_test::EncoderTest {
protected:
AV1FrameSizeTests()
: EncoderTest(&::libaom_test::kAV1), expected_res_(AOM_CODEC_OK) {}