update_engine: Update libchrome APIS to r456626. am: 2b9d241772 am: 76a62ae06b
am: d060a63f4c -s ours
Change-Id: I2e051775d7d51af4d394a0d79776682b802663d2
diff --git a/image_properties_android_unittest.cc b/image_properties_android_unittest.cc
index 9bbb8b0..7327554 100644
--- a/image_properties_android_unittest.cc
+++ b/image_properties_android_unittest.cc
@@ -36,9 +36,9 @@
void SetUp() override {
// Create a uniquely named test directory.
ASSERT_TRUE(tempdir_.CreateUniqueTempDir());
- osrelease_dir_ = tempdir_.path().Append("etc/os-release.d");
+ osrelease_dir_ = tempdir_.GetPath().Append("etc/os-release.d");
EXPECT_TRUE(base::CreateDirectory(osrelease_dir_));
- test::SetImagePropertiesRootPrefix(tempdir_.path().value().c_str());
+ test::SetImagePropertiesRootPrefix(tempdir_.GetPath().value().c_str());
}
void WriteOsRelease(const string& key, const string& value) {