OSDN Git Service

Merge "media: Update libchrome APIS to r456626." am: 9c351fa5f3
authorJay Civelli <jcivelli@google.com>
Wed, 26 Jul 2017 01:57:29 +0000 (01:57 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Wed, 26 Jul 2017 01:57:29 +0000 (01:57 +0000)
am: 3501de6689

Change-Id: I863039f5cd0e8e52f0e5ae16281b37c572d7a173

brillo/audio/audioservice/test/audio_device_handler_test.cpp
brillo/audio/audioservice/test/audio_volume_handler_test.cpp

index d14faa0..560d94e 100644 (file)
@@ -41,7 +41,7 @@ class AudioDeviceHandlerTest : public testing::Test {
  public:
   void SetUp() override {
     EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
-    h2w_file_path_ = temp_dir_.path().Append("h2wstate");
+    h2w_file_path_ = temp_dir_.GetPath().Append("h2wstate");
   }
 
   void TearDown() override { handler_.Reset(); }
index 47ef236..2ab804a 100644 (file)
@@ -43,7 +43,7 @@ class AudioVolumeHandlerTest : public testing::Test {
  public:
   void SetUp() override {
     EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
-    volume_file_path_ = temp_dir_.path().Append("vol_file");
+    volume_file_path_ = temp_dir_.GetPath().Append("vol_file");
     handler_.SetVolumeFilePathForTesting(volume_file_path_);
   }