summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public/cpp/lib/service_registry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/public/cpp/lib/service_registry.cc')
-rw-r--r--mojo/shell/public/cpp/lib/service_registry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/public/cpp/lib/service_registry.cc b/mojo/shell/public/cpp/lib/service_registry.cc
index 6503e0b..1425276 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());