| Index: services/test_service/test_service_impl.h
|
| diff --git a/services/test_service/test_service_impl.h b/services/test_service/test_service_impl.h
|
| index a6a4f55d7b00d5af5e6c73b06a1bc607ebfddbd3..ee77917f3e4afd6c238393c9ad82bcdc06f0af53 100644
|
| --- a/services/test_service/test_service_impl.h
|
| +++ b/services/test_service/test_service_impl.h
|
| @@ -13,7 +13,7 @@ namespace mojo {
|
| class ApplicationConnection;
|
| namespace test {
|
|
|
| -class TestRequestTrackerClientImpl;
|
| +class TrackedService;
|
| class TestServiceApplication;
|
|
|
| class TestServiceImpl : public InterfaceImpl<TestService> {
|
| @@ -34,7 +34,7 @@ class TestServiceImpl : public InterfaceImpl<TestService> {
|
| TestServiceApplication* const application_;
|
| ApplicationConnection* const connection_;
|
| TestTimeServicePtr time_service_;
|
| - scoped_ptr<TestRequestTrackerClientImpl> tracking_;
|
| + scoped_ptr<TrackedService> tracking_;
|
|
|
| MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceImpl);
|
| };
|
|
|