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: |