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

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

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader Created 6 years, 5 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
« no previous file with comments | « mojo/services/test_service/test_service_application.cc ('k') | mojo/services/view_manager/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 148204cc87cab013f80e6b83d661c49b3e45e973..d3ab72caad00e4767b2bf4e24bd7f8dc5679d97d 100644
--- a/mojo/services/test_service/test_time_service_impl.h
+++ b/mojo/services/test_service/test_time_service_impl.h
@@ -11,7 +11,7 @@
namespace mojo {
-class Application;
+class ApplicationConnection;
namespace test {
@@ -19,7 +19,7 @@ class TestRequestTrackerClientImpl;
class TestTimeServiceImpl : public InterfaceImpl<TestTimeService> {
public:
- TestTimeServiceImpl(ApplicationConnection* application);
+ explicit TestTimeServiceImpl(ApplicationConnection* application);
virtual ~TestTimeServiceImpl();
// |TestTimeService| methods:
« no previous file with comments | « mojo/services/test_service/test_service_application.cc ('k') | mojo/services/view_manager/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698