| 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();
|
|
|