| Index: components/filesystem/file_system_app.cc
|
| diff --git a/components/filesystem/file_system_app.cc b/components/filesystem/file_system_app.cc
|
| index d5d577aa18555cabe8274ab8c12a23303132a4c9..35a3b2e3cecb5fc27ab67f4b3d24377463e71584 100644
|
| --- a/components/filesystem/file_system_app.cc
|
| +++ b/components/filesystem/file_system_app.cc
|
| @@ -15,7 +15,7 @@ FileSystemApp::FileSystemApp()
|
| FileSystemApp::~FileSystemApp() {}
|
|
|
| void FileSystemApp::Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id) {
|
| + uint32_t id, uint32_t user_id) {
|
| shell_ = shell;
|
| tracing_.Initialize(shell, url);
|
| }
|
|
|