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

Unified Diff: services/test_service/test_service_impl.h

Issue 2004493002: Add a mojo::RunApplication() for running implementations of ApplicationImplBase. (Closed) Base URL: https://github.com/domokit/mojo.git@work790_environment_no_instantiate
Patch Set: rebased Created 4 years, 7 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 | « services/test_service/test_service_application.cc ('k') | services/test_service/test_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 df5803c64c38c4bb31495a58ce339a307756c69b..92f0b912278e8e1a7b44c022ab694084424cd51a 100644
--- a/services/test_service/test_service_impl.h
+++ b/services/test_service/test_service_impl.h
@@ -11,7 +11,6 @@
#include "services/test_service/test_service.mojom.h"
namespace mojo {
-class ApplicationImpl;
namespace test {
class TrackedService;
@@ -19,8 +18,7 @@ class TestServiceApplication;
class TestServiceImpl : public TestService {
public:
- TestServiceImpl(ApplicationImpl* app_impl,
- TestServiceApplication* application,
+ TestServiceImpl(TestServiceApplication* application,
InterfaceRequest<TestService> request);
~TestServiceImpl() override;
@@ -33,7 +31,6 @@ class TestServiceImpl : public TestService {
private:
TestServiceApplication* const application_;
- ApplicationImpl* const app_impl_;
TestTimeServicePtr time_service_;
scoped_ptr<TrackedService> tracking_;
StrongBinding<TestService> binding_;
« no previous file with comments | « services/test_service/test_service_application.cc ('k') | services/test_service/test_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698