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

Unified Diff: services/test_service/test_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_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);
};

Powered by Google App Engine
This is Rietveld 408576698