| Index: mash/wm/window_manager_application.h
|
| diff --git a/mash/wm/window_manager_application.h b/mash/wm/window_manager_application.h
|
| index d8356f72b6603444a5915712f0ee89194b464ff7..7699b9f2392df15d779e9ab209c732e237588f1a 100644
|
| --- a/mash/wm/window_manager_application.h
|
| +++ b/mash/wm/window_manager_application.h
|
| @@ -79,7 +79,7 @@ class WindowManagerApplication
|
|
|
| // mojo::ShellClient:
|
| void Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id) override;
|
| + uint32_t id, uint32_t user_id) override;
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // InterfaceFactory<mash::wm::mojom::UserWindowController>:
|
|
|