| Index: services/shell/runner/common/client_util.h
|
| diff --git a/services/shell/runner/common/client_util.h b/services/shell/runner/common/client_util.h
|
| index d1ff4ff3be879519a20d4a16eb669bb823607a04..fc2c49637a15897ff2b86bf463b259d737743e0a 100644
|
| --- a/services/shell/runner/common/client_util.h
|
| +++ b/services/shell/runner/common/client_util.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
| #define SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
|
|
| +#include <string>
|
| +
|
| #include "services/shell/public/interfaces/shell_client.mojom.h"
|
|
|
| namespace base {
|
| @@ -18,7 +20,7 @@ namespace shell {
|
| // extract a ShellClientRequest from this by calling
|
| // GetShellClientRequestFromCommandLine().
|
| mojom::ShellClientPtr PassShellClientRequestOnCommandLine(
|
| - base::CommandLine* command_line);
|
| + base::CommandLine* command_line, const std::string& child_token);
|
|
|
| // Extracts a ShellClientRequest from the command line of the current process.
|
| // The parent of this process should have passed a request using
|
|
|