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

Unified Diff: mojo/services/profile/profile_service_impl.h

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some InterfaceProvider impls for common cases 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
Index: mojo/services/profile/profile_service_impl.h
diff --git a/mojo/services/profile/profile_service_impl.h b/mojo/services/profile/profile_service_impl.h
index b10f18ab4e149fee39725be0ab7010aa3ec9a659..80f2e4c952f819a13b9907976b1673eb084b120b 100644
--- a/mojo/services/profile/profile_service_impl.h
+++ b/mojo/services/profile/profile_service_impl.h
@@ -15,7 +15,7 @@ class ApplicationConnection;
class ProfileServiceImpl : public InterfaceImpl<ProfileService> {
public:
- ProfileServiceImpl(ApplicationConnection* connection);
+ ProfileServiceImpl();
virtual ~ProfileServiceImpl();
// |ProfileService| methods:

Powered by Google App Engine
This is Rietveld 408576698