Index: components/filesystem/file_system_app.cc |
diff --git a/components/filesystem/file_system_app.cc b/components/filesystem/file_system_app.cc |
index c42b606b0bf83f65cde0b5736e89ae31de8aa54a..be7bd180631f51e24744fe4523a7087c9c97ef87 100644 |
--- a/components/filesystem/file_system_app.cc |
+++ b/components/filesystem/file_system_app.cc |
@@ -17,6 +17,7 @@ FileSystemApp::~FileSystemApp() {} |
void FileSystemApp::Initialize(mojo::ApplicationImpl* app) { |
app_ = app; |
+ tracing_.Initialize(app); |
} |
bool FileSystemApp::ConfigureIncomingConnection( |