diff options
Diffstat (limited to 'graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp')
-rw-r--r-- | graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp b/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp index fc2658772c..f6a26ac80e 100644 --- a/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp +++ b/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include <VtsHalHidlTargetBaseTest.h> +#include <VtsHalHidlTargetTestBase.h> #include "VtsHalGraphicsMapperTestUtils.h" @@ -32,7 +32,7 @@ using android::hardware::graphics::allocator::V2_0::Error; Mapper::Mapper() { init(); } void Mapper::init() { - mMapper = ::testing::VtsHalHidlTargetBaseTest::getService<IMapper>(); + mMapper = ::testing::VtsHalHidlTargetTestBase::getService<IMapper>(); ASSERT_NE(nullptr, mMapper.get()) << "failed to get mapper service"; ASSERT_FALSE(mMapper->isRemote()) << "mapper is not in passthrough mode"; } |