| Index: mojo/public/cpp/bindings/tests/sample_service_unittest.cc | 
| diff --git a/mojo/public/cpp/bindings/tests/sample_service_unittest.cc b/mojo/public/cpp/bindings/tests/sample_service_unittest.cc | 
| index 00a8dbfb4f27a295b491c12740fdd4f0793aa6bb..3415d6dfc5012eff10395601298cc9c989e1e1c2 100644 | 
| --- a/mojo/public/cpp/bindings/tests/sample_service_unittest.cc | 
| +++ b/mojo/public/cpp/bindings/tests/sample_service_unittest.cc | 
| @@ -310,7 +310,7 @@ class SimpleMessageReceiver : public mojo::MessageReceiverWithResponder { | 
| // the system. It receives the incoming message. | 
| ServiceImpl impl; | 
|  | 
| -    ServiceStub stub; | 
| +    ServiceStub<> stub; | 
| stub.set_sink(&impl); | 
| return stub.Accept(message); | 
| } | 
|  |