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..e72f95b2fe7538dcf32cb19836887629bdc35fd6 100644 |
--- a/mojo/services/test_service/test_time_service_impl.h |
+++ b/mojo/services/test_service/test_time_service_impl.h |
@@ -11,15 +11,15 @@ |
namespace mojo { |
-class Application; |
+class ApplicationConnection; |
namespace test { |
class TestRequestTrackerClientImpl; |
-class TestTimeServiceImpl : public InterfaceImpl<TestTimeService> { |
+class TestTimeServiceImpl : public InterfaceImplDeleteOnError<TestTimeService> { |
public: |
- TestTimeServiceImpl(ApplicationConnection* application); |
+ explicit TestTimeServiceImpl(ApplicationConnection* application); |
virtual ~TestTimeServiceImpl(); |
// |TestTimeService| methods: |