| Index: components/policy/core/common/cloud/device_management_service.cc
|
| diff --git a/components/policy/core/common/cloud/device_management_service.cc b/components/policy/core/common/cloud/device_management_service.cc
|
| index 0796656919ef6f59d027b2801b83201ceb35fdc8..1a95f360697c32ebb4609095fb8ddaeda558732a 100644
|
| --- a/components/policy/core/common/cloud/device_management_service.cc
|
| +++ b/components/policy/core/common/cloud/device_management_service.cc
|
| @@ -454,7 +454,7 @@ void DeviceManagementService::Shutdown() {
|
| }
|
|
|
| DeviceManagementService::DeviceManagementService(
|
| - scoped_ptr<Configuration> configuration)
|
| + std::unique_ptr<Configuration> configuration)
|
| : configuration_(std::move(configuration)),
|
| initialized_(false),
|
| weak_ptr_factory_(this) {
|
|
|