| Index: content/child/process_control_impl.h
|
| diff --git a/content/child/process_control_impl.h b/content/child/process_control_impl.h
|
| index 77320f839ec0bad11c0c55f4833341c67b7ff2cf..50a0943b7f4f7cab91cfa7681d4ba4aeebeb7a98 100644
|
| --- a/content/child/process_control_impl.h
|
| +++ b/content/child/process_control_impl.h
|
| @@ -29,7 +29,7 @@ class ProcessControlImpl : public mojom::ProcessControl {
|
| virtual void OnApplicationQuit() {}
|
|
|
| // ProcessControl:
|
| - void LoadApplication(const mojo::String& name,
|
| + void LoadApplication(const std::string& name,
|
| shell::mojom::ServiceRequest request,
|
| const LoadApplicationCallback& callback) override;
|
|
|
|
|