Index: mash/task_viewer/task_viewer.h |
diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h |
index 6c737dadbc3b74568af82e7e66d358325ef7fde3..0af60ef828f127d74118b01dca1fa6776da5b108 100644 |
--- a/mash/task_viewer/task_viewer.h |
+++ b/mash/task_viewer/task_viewer.h |
@@ -28,7 +28,7 @@ class TaskViewer : 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; |
mojo::TracingImpl tracing_; |
scoped_ptr<views::AuraInit> aura_init_; |