Index: components/policy/core/common/remote_commands/remote_commands_service_unittest.cc |
diff --git a/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc b/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc |
index 9d945ad81a160273af6eef19907c6e2f027fc0da..68916ec9198cec332b58447145752c5790d912e7 100644 |
--- a/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc |
+++ b/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc |
@@ -86,7 +86,8 @@ class TestingCloudPolicyClientForRemoteCommands : public CloudPolicyClient { |
std::string(), /* machine_model */ |
std::string(), /* verification_key_hash */ |
nullptr, |
- nullptr), |
+ nullptr, |
+ nullptr /* signing_service */), |
server_(server) { |
dm_token_ = kDMToken; |
} |