| Index: chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job_unittest.cc b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job_unittest.cc
|
| index 9488db70c8db9be65fd87e4a5e797fc778fd6092..5775b3694c0ef83aaaad3becacfbf16cad69feb6 100644
|
| --- a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job_unittest.cc
|
| @@ -49,7 +49,7 @@ em::RemoteCommand GenerateScreenshotCommandProto(
|
| em::RemoteCommand command_proto;
|
| command_proto.set_type(
|
| enterprise_management::RemoteCommand_Type_DEVICE_SCREENSHOT);
|
| - command_proto.set_unique_id(unique_id);
|
| + command_proto.set_command_id(unique_id);
|
| command_proto.set_age_of_command(age_of_command.InMilliseconds());
|
| std::string payload;
|
| base::DictionaryValue root_dict;
|
|
|