| Index: mojo/shell/public/cpp/lib/service_registry.cc
|
| diff --git a/mojo/shell/public/cpp/lib/service_registry.cc b/mojo/shell/public/cpp/lib/service_registry.cc
|
| index 6503e0b6db6c555ac8f13132d604da06e02288ea..1425276dc16f75efaf889fc8bc5c0ac971822dac 100644
|
| --- a/mojo/shell/public/cpp/lib/service_registry.cc
|
| +++ b/mojo/shell/public/cpp/lib/service_registry.cc
|
| @@ -47,7 +47,7 @@ ServiceRegistry::ServiceRegistry()
|
| ServiceRegistry::~ServiceRegistry() {
|
| }
|
|
|
| -Shell::ConnectToApplicationCallback
|
| +shell::mojom::Shell::ConnectToApplicationCallback
|
| ServiceRegistry::GetConnectToApplicationCallback() {
|
| return base::Bind(&ServiceRegistry::OnGotRemoteIDs,
|
| weak_factory_.GetWeakPtr());
|
|
|