Index: chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc |
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc |
index 89f465a6dcd96af33049b739f79a2bebca9aac8f..6e171e720fcc017b838602453071545457668d1d 100644 |
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc |
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc |
@@ -56,7 +56,7 @@ class EnterpriseInstallAttributesTest : public testing::Test { |
void TearDown() override { chromeos::DBusThreadManager::Shutdown(); } |
base::FilePath GetTempPath() const { |
- base::FilePath temp_path = base::MakeAbsoluteFilePath(temp_dir_.path()); |
+ base::FilePath temp_path = base::MakeAbsoluteFilePath(temp_dir_.GetPath()); |
return temp_path.Append("install_attrs_test"); |
} |