| Index: chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h b/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
|
| index 82e9b32e83e7c1c4e8d618ec083006455c4eb727..43ca768a741825cf99ad496e468151e6d9dfd8b9 100644
|
| --- a/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
|
| @@ -16,7 +16,7 @@ class DeviceCommandsFactoryChromeOS : public RemoteCommandsFactory {
|
| ~DeviceCommandsFactoryChromeOS() override;
|
|
|
| // RemoteCommandsFactory:
|
| - scoped_ptr<RemoteCommandJob> BuildJobForType(
|
| + std::unique_ptr<RemoteCommandJob> BuildJobForType(
|
| enterprise_management::RemoteCommand_Type type) override;
|
|
|
| private:
|
|
|