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

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

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: specify ownership in the Bind call 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.cc
diff --git a/mojo/services/profile/profile_service_impl.cc b/mojo/services/profile/profile_service_impl.cc
index 6af6a6b1ecd180d1cfa90420c537c566c0c044ff..a9598777dacd99850ce9606868a8894bf7794275 100644
--- a/mojo/services/profile/profile_service_impl.cc
+++ b/mojo/services/profile/profile_service_impl.cc
@@ -23,7 +23,7 @@ int BaseKeyForMojoKey(mojo::ProfileService::PathKey key) {
namespace mojo {
-ProfileServiceImpl::ProfileServiceImpl(ApplicationConnection* connection) {
+ProfileServiceImpl::ProfileServiceImpl() {
}
ProfileServiceImpl::~ProfileServiceImpl() {

Powered by Google App Engine
This is Rietveld 408576698