diff options
Diffstat (limited to 'graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorTestUtils.cpp')
-rw-r--r-- | graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorTestUtils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorTestUtils.cpp b/graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorTestUtils.cpp index 141743bad2..0dc43be640 100644 --- a/graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorTestUtils.cpp +++ b/graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorTestUtils.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include <VtsHalHidlTargetBaseTest.h> +#include <VtsHalHidlTargetTestBase.h> #include "VtsHalGraphicsAllocatorTestUtils.h" @@ -28,7 +28,7 @@ namespace tests { Allocator::Allocator() { init(); } void Allocator::init() { - mAllocator = ::testing::VtsHalHidlTargetBaseTest::getService<IAllocator>(); + mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(); ASSERT_NE(nullptr, mAllocator.get()) << "failed to get allocator service"; std::vector<IAllocator::Capability> capabilities = getCapabilities(); |