summaryrefslogtreecommitdiffstats
path: root/chrome/app/mash/mash_runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/mash/mash_runner.cc')
-rw-r--r--chrome/app/mash/mash_runner.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index 14a5500..787afc7 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -20,7 +20,7 @@
#include "mash/shell/shell_application_delegate.h"
#include "mash/wm/window_manager_application.h"
#include "mojo/common/mojo_scheme_register.h"
-#include "mojo/public/cpp/bindings/binding_set.h"
+#include "mojo/public/cpp/bindings/weak_binding_set.h"
#include "mojo/shell/background/background_shell.h"
#include "mojo/shell/identity.h"
#include "mojo/shell/native_runner_delegate.h"
@@ -105,7 +105,7 @@ class DefaultShellClient : public mojo::ShellClient,
return nullptr;
}
- mojo::BindingSet<ShellClientFactory> shell_client_factory_bindings_;
+ mojo::WeakBindingSet<ShellClientFactory> shell_client_factory_bindings_;
scoped_ptr<mojo::ShellClient> shell_client_;
scoped_ptr<mojo::ShellConnection> shell_connection_;