diff options
Diffstat (limited to 'power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp')
-rw-r--r-- | power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp index 9309a5f95e..cd1a261227 100644 --- a/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp +++ b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp @@ -22,7 +22,7 @@ #include <android-base/unique_fd.h> #include <android/hardware/power/1.0/IPower.h> -#include <VtsHalHidlTargetBaseTest.h> +#include <VtsHalHidlTargetTestBase.h> #include <algorithm> @@ -43,10 +43,10 @@ using std::vector; #define AVAILABLE_GOVERNORS_PATH \ "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors" -class PowerHidlTest : public ::testing::VtsHalHidlTargetBaseTest { +class PowerHidlTest : public ::testing::VtsHalHidlTargetTestBase { public: virtual void SetUp() override { - power = ::testing::VtsHalHidlTargetBaseTest::getService<IPower>(); + power = ::testing::VtsHalHidlTargetTestBase::getService<IPower>(); ASSERT_NE(power, nullptr); } |