summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2017-07-26 20:02:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-07-26 20:02:18 +0000
commit13669840c9c042ad69ccefbd73412b6fed2dbcbd (patch)
treed32583743e1161e4306e842e681930626ce5ec95
parent9c351fa5f388fc22768549ccc512a2633263d183 (diff)
parent3e017c3b956b8beca73f07f182f44d74ac072ae5 (diff)
downloadmedia-android-o-iot-preview-5.tar.gz
Merge "Revert "media: Update libchrome APIS to r456626.""android-o-iot-preview-5o-iot-preview-5
-rw-r--r--brillo/audio/audioservice/test/audio_device_handler_test.cpp2
-rw-r--r--brillo/audio/audioservice/test/audio_volume_handler_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/brillo/audio/audioservice/test/audio_device_handler_test.cpp b/brillo/audio/audioservice/test/audio_device_handler_test.cpp
index 560d94e6..d14faa05 100644
--- a/brillo/audio/audioservice/test/audio_device_handler_test.cpp
+++ b/brillo/audio/audioservice/test/audio_device_handler_test.cpp
@@ -41,7 +41,7 @@ class AudioDeviceHandlerTest : public testing::Test {
public:
void SetUp() override {
EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
- h2w_file_path_ = temp_dir_.GetPath().Append("h2wstate");
+ h2w_file_path_ = temp_dir_.path().Append("h2wstate");
}
void TearDown() override { handler_.Reset(); }
diff --git a/brillo/audio/audioservice/test/audio_volume_handler_test.cpp b/brillo/audio/audioservice/test/audio_volume_handler_test.cpp
index 2ab804a6..47ef2361 100644
--- a/brillo/audio/audioservice/test/audio_volume_handler_test.cpp
+++ b/brillo/audio/audioservice/test/audio_volume_handler_test.cpp
@@ -43,7 +43,7 @@ class AudioVolumeHandlerTest : public testing::Test {
public:
void SetUp() override {
EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
- volume_file_path_ = temp_dir_.GetPath().Append("vol_file");
+ volume_file_path_ = temp_dir_.path().Append("vol_file");
handler_.SetVolumeFilePathForTesting(volume_file_path_);
}