| Index: components/storage_monitor/storage_monitor_chromeos_unittest.cc
|
| diff --git a/components/storage_monitor/storage_monitor_chromeos_unittest.cc b/components/storage_monitor/storage_monitor_chromeos_unittest.cc
|
| index 4a54205ee5d0b438a2c02b4be6cd58f6920ff115..b12b8f354e254753595eaac454f4565d07049b9d 100644
|
| --- a/components/storage_monitor/storage_monitor_chromeos_unittest.cc
|
| +++ b/components/storage_monitor/storage_monitor_chromeos_unittest.cc
|
| @@ -237,7 +237,7 @@ uint64_t StorageMonitorCrosTest::GetDeviceStorageSize(
|
|
|
| base::FilePath StorageMonitorCrosTest::CreateMountPoint(
|
| const std::string& dir, bool with_dcim_dir) {
|
| - base::FilePath return_path(scoped_temp_dir_.path());
|
| + base::FilePath return_path(scoped_temp_dir_.GetPath());
|
| return_path = return_path.AppendASCII(dir);
|
| base::FilePath path(return_path);
|
| if (with_dcim_dir)
|
|
|