| Index: components/storage_monitor/storage_monitor_linux.cc
|
| diff --git a/components/storage_monitor/storage_monitor_linux.cc b/components/storage_monitor/storage_monitor_linux.cc
|
| index 84c7dc4d47da5e81baf6e4304a7c9ddaabdcc76e..162a4a21fe02d80a645b90973cba30c45605b3e7 100644
|
| --- a/components/storage_monitor/storage_monitor_linux.cc
|
| +++ b/components/storage_monitor/storage_monitor_linux.cc
|
| @@ -99,8 +99,8 @@ class ScopedGetDeviceInfoResultRecorder {
|
| uint64 GetDeviceStorageSize(const base::FilePath& device_path,
|
| struct udev_device* device) {
|
| // sysfs provides the device size in units of 512-byte blocks.
|
| - const std::string partition_size = device::udev_device_get_sysattr_value(
|
| - device, kSizeSysAttr);
|
| + const std::string partition_size =
|
| + device::UdevDeviceGetSysattrValue(device, kSizeSysAttr);
|
|
|
| // Keep track of device size, to see how often this information is
|
| // unavailable.
|
|
|