summaryrefslogtreecommitdiff
path: root/common/prefs_unittest.cc
diff options
context:
space:
mode:
authorJay Civelli <jcivelli@google.com>2017-03-30 11:02:03 -0700
committerHidehiko Abe <hidehiko@google.com>2017-11-28 15:05:29 +0900
commita78ddf883fe270dfd44ca030dd79eebf4ce22179 (patch)
tree0fe5b5756109210bfd97eb00abe194adbb70389e /common/prefs_unittest.cc
parent3a9c9623f2ffbe256f2d4d8897939f3d48b3cf52 (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. BUG=chromium:724678 CQ-DEPEND=CL:480928 Test: Build. Change-Id: I4dbaea4a2a19031375a8bf2415645a4f226dab57
Diffstat (limited to 'common/prefs_unittest.cc')
-rw-r--r--common/prefs_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/prefs_unittest.cc b/common/prefs_unittest.cc
index 73ceb000..aa2eb043 100644
--- a/common/prefs_unittest.cc
+++ b/common/prefs_unittest.cc
@@ -44,7 +44,7 @@ class PrefsTest : public ::testing::Test {
protected:
void SetUp() override {
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
- prefs_dir_ = temp_dir_.path();
+ prefs_dir_ = temp_dir_.GetPath();
ASSERT_TRUE(prefs_.Init(prefs_dir_));
}