| Index: mojo/public/cpp/bindings/tests/associated_interface_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc b/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc
|
| index c69ccefbfb9ed55b69fd1380cd33a52fd6075311..8a41c36639f9900e88f0433078b0e984a99249b4 100644
|
| --- a/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc
|
| @@ -63,7 +63,8 @@ class IntegerSenderImpl : public IntegerSender {
|
| base::Callback<void(int32_t)> notify_send_method_called_;
|
| };
|
|
|
| -class IntegerSenderConnectionImpl : public IntegerSenderConnection {
|
| +class IntegerSenderConnectionImpl
|
| + : public SupportsStrongBinding<IntegerSenderConnection> {
|
| public:
|
| explicit IntegerSenderConnectionImpl(
|
| InterfaceRequest<IntegerSenderConnection> request)
|
|
|