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

Unified Diff: components/leveldb/leveldb_app.h

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 | « components/font_service/font_service_app.h ('k') | components/leveldb/leveldb_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb_app.h
diff --git a/components/leveldb/leveldb_app.h b/components/leveldb/leveldb_app.h
index 4de6486becee4ab900d47f8dd4782b4cc2ca0c09..d1cd6840ab8e12731039ea296b7b6fbc42e512bb 100644
--- a/components/leveldb/leveldb_app.h
+++ b/components/leveldb/leveldb_app.h
@@ -6,7 +6,7 @@
#define COMPONENTS_LEVELDB_LEVELDB_APP_H_
#include "components/leveldb/public/interfaces/leveldb.mojom.h"
-#include "mojo/public/cpp/bindings/weak_binding_set.h"
+#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/services/tracing/public/cpp/tracing_impl.h"
#include "mojo/shell/public/cpp/interface_factory.h"
#include "mojo/shell/public/cpp/shell_client.h"
@@ -36,7 +36,7 @@ class LevelDBApp : public mojo::ShellClient,
mojo::TracingImpl tracing_;
scoped_ptr<LevelDBService> service_;
- mojo::WeakBindingSet<LevelDBService> bindings_;
+ mojo::BindingSet<LevelDBService> bindings_;
DISALLOW_COPY_AND_ASSIGN(LevelDBApp);
};
« no previous file with comments | « components/font_service/font_service_app.h ('k') | components/leveldb/leveldb_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698