| Index: content/browser/mojo/mojo_application_host.h
|
| diff --git a/content/browser/mojo/mojo_application_host.h b/content/browser/mojo/mojo_application_host.h
|
| index b1bc026cfdc93dfed3504b9b1fd4b1e761a1a539..8f02d4ccaa7d5bb2c0ef67c1447837619d2483bb 100644
|
| --- a/content/browser/mojo/mojo_application_host.h
|
| +++ b/content/browser/mojo/mojo_application_host.h
|
| @@ -30,7 +30,7 @@ namespace content {
|
| // be invoked.
|
| class CONTENT_EXPORT MojoApplicationHost {
|
| public:
|
| - MojoApplicationHost();
|
| + explicit MojoApplicationHost(const std::string& child_token);
|
| ~MojoApplicationHost();
|
|
|
| // Returns a token to pass to the child process to initialize its
|
|
|