Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4280)

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 1735583002: Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_interface_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index c49780cd5d2342416d9750e714e60bfebf6f5098..c8804d3a3e694887677d47433e6d0277eaad10a8 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/weak_binding_set.h"
+#include "mojo/public/cpp/bindings/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::WeakBindingSet<ShellClientFactory> shell_client_factory_bindings_;
+ mojo::BindingSet<ShellClientFactory> shell_client_factory_bindings_;
scoped_ptr<mojo::ShellClient> shell_client_;
scoped_ptr<mojo::ShellConnection> shell_connection_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_interface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698