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

Unified Diff: mojo/public/cpp/bindings/tests/handle_passing_unittest.cc

Issue 2515873003: Mojo C++ Bindings: Introduce mojo::SupportsStrongBinding
Patch Set: . Created 4 years, 1 month 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
Index: mojo/public/cpp/bindings/tests/handle_passing_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc b/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc
index feeeef2803568ec0dbb726d35bf9478baa0a6ce4..7c5f64103b712835394f52cc2b8cb400e0a8b4e6 100644
--- a/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc
@@ -54,7 +54,8 @@ class ImportedInterfaceImpl : public imported::ImportedInterface {
};
int ImportedInterfaceImpl::do_something_count_ = 0;
-class SampleNamedObjectImpl : public sample::NamedObject {
+class SampleNamedObjectImpl
+ : public SupportsStrongBinding<sample::NamedObject> {
public:
SampleNamedObjectImpl() {}

Powered by Google App Engine
This is Rietveld 408576698