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

Unified Diff: mojo/services/test_service/test_time_service_impl.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 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: mojo/services/test_service/test_time_service_impl.h
diff --git a/mojo/services/test_service/test_time_service_impl.h b/mojo/services/test_service/test_time_service_impl.h
index 6b50982a6fde0607ecbf1981ad7a0c88142d5d9c..d590a05e13f9d33eb2cf58fa00763d18c4540620 100644
--- a/mojo/services/test_service/test_time_service_impl.h
+++ b/mojo/services/test_service/test_time_service_impl.h
@@ -15,7 +15,7 @@
namespace mojo {
class Connection;
-class Shell;
+class Connector;
namespace test {
@@ -23,7 +23,7 @@ class TrackedService;
class TestTimeServiceImpl : public TestTimeService {
public:
- TestTimeServiceImpl(Shell* shell, InterfaceRequest<TestTimeService> request);
+ TestTimeServiceImpl(Connector* connector, TestTimeServiceRequest request);
~TestTimeServiceImpl() override;
// |TestTimeService| methods:
@@ -32,7 +32,7 @@ class TestTimeServiceImpl : public TestTimeService {
void StartTrackingRequests(const mojo::Callback<void()>& callback) override;
private:
- Shell* shell_;
+ Connector* connector_;
scoped_ptr<TrackedService> tracking_;
StrongBinding<TestTimeService> binding_;
MOJO_DISALLOW_COPY_AND_ASSIGN(TestTimeServiceImpl);
« no previous file with comments | « mojo/services/test_service/test_service_impl.cc ('k') | mojo/services/test_service/test_time_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698