| Index: chrome/browser/storage_monitor/udev_util_linux.cc
|
| diff --git a/chrome/browser/storage_monitor/udev_util_linux.cc b/chrome/browser/storage_monitor/udev_util_linux.cc
|
| index c88260c60a6af94e950f997b884df9596534471b..0231df0b1b9ba643a0acda7473b97f9d765809cf 100644
|
| --- a/chrome/browser/storage_monitor/udev_util_linux.cc
|
| +++ b/chrome/browser/storage_monitor/udev_util_linux.cc
|
| @@ -6,8 +6,6 @@
|
|
|
| #include "base/files/file_path.h"
|
|
|
| -namespace chrome {
|
| -
|
| void UdevDeleter::operator()(struct udev* udev) {
|
| udev_unref(udev);
|
| }
|
| @@ -35,5 +33,3 @@ bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path,
|
| *result = GetUdevDevicePropertyValue(device.get(), key);
|
| return true;
|
| }
|
| -
|
| -} // namespace chrome
|
|
|