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

Unified Diff: mojo/services/window_manager/window_manager_service_impl.h

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader 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/window_manager/window_manager_service_impl.h
diff --git a/mojo/services/window_manager/window_manager_service_impl.h b/mojo/services/window_manager/window_manager_service_impl.h
index 0fa8d6a118544cc446e20f195cf4e0d1afb7cd55..4d61968c73a98832461e6e615f7b5a19bb897a58 100644
--- a/mojo/services/window_manager/window_manager_service_impl.h
+++ b/mojo/services/window_manager/window_manager_service_impl.h
@@ -11,13 +11,11 @@
namespace mojo {
-class ApplicationConnection;
class WindowManagerApp;
class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService> {
public:
- WindowManagerServiceImpl(ApplicationConnection* connection,
- WindowManagerApp* manager);
+ explicit WindowManagerServiceImpl(WindowManagerApp* manager);
virtual ~WindowManagerServiceImpl();
void NotifyReady();
« no previous file with comments | « mojo/services/window_manager/window_manager_app.cc ('k') | mojo/services/window_manager/window_manager_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698