| Index: services/shell/public/cpp/lib/connection_impl.h
|
| diff --git a/services/shell/public/cpp/lib/connection_impl.h b/services/shell/public/cpp/lib/connection_impl.h
|
| index b0ec989d58885c0c044086b1b78ffbae88328160..3365a73332f37575d42c33ef7786cce1901f6367 100644
|
| --- a/services/shell/public/cpp/lib/connection_impl.h
|
| +++ b/services/shell/public/cpp/lib/connection_impl.h
|
| @@ -55,7 +55,7 @@ class ConnectionImpl : public Connection {
|
| base::WeakPtr<Connection> GetWeakPtr() override;
|
|
|
| void OnConnectionCompleted(shell::mojom::ConnectResult result,
|
| - const std::string& target_user_id,
|
| + mojo::String target_user_id,
|
| uint32_t target_application_id);
|
|
|
| const std::string connection_name_;
|
|
|