| Index: mash/screenlock/screenlock.cc
|
| diff --git a/mash/screenlock/screenlock.cc b/mash/screenlock/screenlock.cc
|
| index 86f3bd469e46f4c2441b0bedeb640de7ea9080ce..e5256646c77eae4c8296ca01aa20f1cdc1a47a7b 100644
|
| --- a/mash/screenlock/screenlock.cc
|
| +++ b/mash/screenlock/screenlock.cc
|
| @@ -76,7 +76,7 @@ Screenlock::Screenlock() : shell_(nullptr) {}
|
| Screenlock::~Screenlock() {}
|
|
|
| void Screenlock::Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id) {
|
| + uint32_t id, uint32_t user_id) {
|
| shell_ = shell;
|
| tracing_.Initialize(shell, url);
|
|
|
|
|