| Index: mojo/services/test_service/test_time_service_impl.cc
|
| diff --git a/mojo/services/test_service/test_time_service_impl.cc b/mojo/services/test_service/test_time_service_impl.cc
|
| index 7201620a839cb58866c032148eacc48273b151dc..c8e97f461f0045031ea6c8078f8c42ecaa68cbb8 100644
|
| --- a/mojo/services/test_service/test_time_service_impl.cc
|
| +++ b/mojo/services/test_service/test_time_service_impl.cc
|
| @@ -11,8 +11,10 @@
|
| namespace mojo {
|
| namespace test {
|
|
|
| -TestTimeServiceImpl::TestTimeServiceImpl(ApplicationConnection* application)
|
| - : application_(application) {
|
| +TestTimeServiceImpl::TestTimeServiceImpl(
|
| + ApplicationConnection* application,
|
| + InterfaceRequest<TestTimeService> request)
|
| + : application_(application), binding_(this, request.Pass()) {
|
| }
|
|
|
| TestTimeServiceImpl::~TestTimeServiceImpl() {
|
|
|