Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: services/test_service/test_time_service_impl.h

Issue 901463002: De-client TestRequestTracker (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698