| Index: content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| diff --git a/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc b/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| index b6ca30ab39dc22ebb2634ea533fe3306bfdd10d8..1221271b844f8ed6fe58354ffccfc2c444191508 100644
|
| --- a/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| +++ b/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| @@ -114,8 +114,8 @@ class DeviceOrientationEventPumpTest : public testing::Test {
|
| DeviceOrientationHardwareBuffer* buffer() { return buffer_; }
|
|
|
| private:
|
| - scoped_ptr<MockDeviceOrientationListener> listener_;
|
| - scoped_ptr<DeviceOrientationEventPumpForTesting> orientation_pump_;
|
| + std::unique_ptr<MockDeviceOrientationListener> listener_;
|
| + std::unique_ptr<DeviceOrientationEventPumpForTesting> orientation_pump_;
|
| base::SharedMemoryHandle handle_;
|
| base::SharedMemory shared_memory_;
|
| DeviceOrientationHardwareBuffer* buffer_;
|
|
|