| Index: mash/example/window_type_launcher/window_type_launcher.h
|
| diff --git a/mash/example/window_type_launcher/window_type_launcher.h b/mash/example/window_type_launcher/window_type_launcher.h
|
| index e1d9c6e6df092ad665d01034956de7876cb22026..610c5286f7f05acfe34f617092c2c252467d8c31 100644
|
| --- a/mash/example/window_type_launcher/window_type_launcher.h
|
| +++ b/mash/example/window_type_launcher/window_type_launcher.h
|
| @@ -21,7 +21,7 @@ class WindowTypeLauncher : public mojo::ShellClient {
|
| private:
|
| // mojo::ShellClient:
|
| void Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id) override;
|
| + uint32_t id, uint32_t user_id) override;
|
|
|
| scoped_ptr<views::AuraInit> aura_init_;
|
|
|
|
|