| Index: ui/events/ozone/device/udev/device_manager_udev.cc
|
| diff --git a/ui/events/ozone/device/udev/device_manager_udev.cc b/ui/events/ozone/device/udev/device_manager_udev.cc
|
| index 0f21e8f4502a02f7d8350bd61194fbddd74dcb97..b152a9bc1c3b70135c4d489ef3ccd17e9363b226 100644
|
| --- a/ui/events/ozone/device/udev/device_manager_udev.cc
|
| +++ b/ui/events/ozone/device/udev/device_manager_udev.cc
|
| @@ -186,8 +186,8 @@ std::unique_ptr<DeviceEvent> DeviceManagerUdev::ProcessMessage(
|
| else
|
| return nullptr;
|
|
|
| - return base::WrapUnique(
|
| - new DeviceEvent(device_type, action_type, base::FilePath(path)));
|
| + return base::MakeUnique<DeviceEvent>(device_type, action_type,
|
| + base::FilePath(path));
|
| }
|
|
|
| } // namespace ui
|
|
|