diff options
Diffstat (limited to 'audio/core/all-versions/default/Conversions.cpp')
-rw-r--r-- | audio/core/all-versions/default/Conversions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/core/all-versions/default/Conversions.cpp b/audio/core/all-versions/default/Conversions.cpp index b1e6c603b3..9249780e93 100644 --- a/audio/core/all-versions/default/Conversions.cpp +++ b/audio/core/all-versions/default/Conversions.cpp @@ -26,7 +26,7 @@ namespace audio { namespace CPP_VERSION { namespace implementation { -using ::android::hardware::audio::common::CPP_VERSION::AudioDevice; +using namespace ::android::hardware::audio::common::CPP_VERSION; std::string deviceAddressToHal(const DeviceAddress& address) { // HAL assumes that the address is NUL-terminated. |