| Index: mojo/shell/public/cpp/lib/connection_impl.cc
|
| diff --git a/mojo/shell/public/cpp/lib/connection_impl.cc b/mojo/shell/public/cpp/lib/connection_impl.cc
|
| index 7fb65b5c803b4431290672a3e9e7ef2be1aa984d..4897bb3df25108ac7b7c0e65b9d1dd7df450e333 100644
|
| --- a/mojo/shell/public/cpp/lib/connection_impl.cc
|
| +++ b/mojo/shell/public/cpp/lib/connection_impl.cc
|
| @@ -40,7 +40,7 @@ ConnectionImpl::ConnectionImpl(
|
| weak_factory_(this) {}
|
|
|
| ConnectionImpl::ConnectionImpl()
|
| - : remote_id_(shell::mojom::Shell::kInvalidApplicationID),
|
| + : remote_id_(shell::mojom::Connector::kInvalidApplicationID),
|
| remote_ids_valid_(false),
|
| local_registry_(shell::mojom::InterfaceProviderRequest(), this),
|
| allow_all_interfaces_(true),
|
| @@ -48,7 +48,7 @@ ConnectionImpl::ConnectionImpl()
|
|
|
| ConnectionImpl::~ConnectionImpl() {}
|
|
|
| -shell::mojom::Shell::ConnectCallback ConnectionImpl::GetConnectCallback() {
|
| +shell::mojom::Connector::ConnectCallback ConnectionImpl::GetConnectCallback() {
|
| return base::Bind(&ConnectionImpl::OnGotInstanceID,
|
| weak_factory_.GetWeakPtr());
|
| }
|
|
|