Index: services/test_service/test_time_service_impl.h |
diff --git a/services/test_service/test_time_service_impl.h b/services/test_service/test_time_service_impl.h |
index 5fe1fac2341d258641679ce516a651970d10a9e9..bd25e0a8711f9a648a88655ddf13e03a66a3210a 100644 |
--- a/services/test_service/test_time_service_impl.h |
+++ b/services/test_service/test_time_service_impl.h |
@@ -17,7 +17,7 @@ class ApplicationConnection; |
namespace test { |
-class TestRequestTrackerClientImpl; |
+class TrackedService; |
class TestTimeServiceImpl : public TestTimeService { |
public: |
@@ -32,7 +32,7 @@ class TestTimeServiceImpl : public TestTimeService { |
private: |
ApplicationConnection* application_; |
- scoped_ptr<TestRequestTrackerClientImpl> tracking_; |
+ scoped_ptr<TrackedService> tracking_; |
StrongBinding<TestTimeService> binding_; |
MOJO_DISALLOW_COPY_AND_ASSIGN(TestTimeServiceImpl); |
}; |