summaryrefslogtreecommitdiff
path: root/common/subprocess_unittest.cc
diff options
context:
space:
mode:
authorJay Civelli <jcivelli@google.com>2017-03-30 11:02:03 -0700
committerTreehugger Robot <treehugger-gerrit@google.com>2017-07-26 01:47:45 +0000
commit663ff4b30b9f629a130ef6d357d462b897d4071e (patch)
tree5a985e92f68ab9299e44e47e39d31ce1fcfd329c /common/subprocess_unittest.cc
parentfd42c84269a2fc4d57f5c17fbba3d13e3ccff27e (diff)
update_engine: Update libchrome APIS to r456626.
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Change-Id: I8c3cea4510774c813a5d8fb10240918b5736884e
Diffstat (limited to 'common/subprocess_unittest.cc')
-rw-r--r--common/subprocess_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/subprocess_unittest.cc b/common/subprocess_unittest.cc
index cbc9a85f..10710e8a 100644
--- a/common/subprocess_unittest.cc
+++ b/common/subprocess_unittest.cc
@@ -225,7 +225,7 @@ void CallbackBad(int return_code, const string& output) {
TEST_F(SubprocessTest, CancelTest) {
base::ScopedTempDir tempdir;
ASSERT_TRUE(tempdir.CreateUniqueTempDir());
- string fifo_path = tempdir.path().Append("fifo").value();
+ string fifo_path = tempdir.GetPath().Append("fifo").value();
EXPECT_EQ(0, mkfifo(fifo_path.c_str(), 0666));
// Start a process, make sure it is running and try to cancel it. We write