summaryrefslogtreecommitdiffstats
path: root/mojo/shell/runner/child/native_apptest_target.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/runner/child/native_apptest_target.cc')
-rw-r--r--mojo/shell/runner/child/native_apptest_target.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/shell/runner/child/native_apptest_target.cc b/mojo/shell/runner/child/native_apptest_target.cc
index 04ebdbb..d2747c5 100644
--- a/mojo/shell/runner/child/native_apptest_target.cc
+++ b/mojo/shell/runner/child/native_apptest_target.cc
@@ -7,7 +7,7 @@
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/macros.h"
-#include "mojo/public/cpp/bindings/binding_set.h"
+#include "mojo/public/cpp/bindings/weak_binding_set.h"
#include "mojo/shell/public/cpp/connection.h"
#include "mojo/shell/public/cpp/interface_factory.h"
#include "mojo/shell/public/cpp/shell.h"
@@ -47,7 +47,7 @@ class TargetApplicationDelegate
bindings_.AddBinding(this, std::move(request));
}
- mojo::BindingSet<mojo::shell::test::TestNativeService> bindings_;
+ mojo::WeakBindingSet<mojo::shell::test::TestNativeService> bindings_;
DISALLOW_COPY_AND_ASSIGN(TargetApplicationDelegate);
};