aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/ftrace_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/traced/probes/ftrace/ftrace_controller_unittest.cc')
-rw-r--r--src/traced/probes/ftrace/ftrace_controller_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/traced/probes/ftrace/ftrace_controller_unittest.cc b/src/traced/probes/ftrace/ftrace_controller_unittest.cc
index 1f40c83fa..dca24c899 100644
--- a/src/traced/probes/ftrace/ftrace_controller_unittest.cc
+++ b/src/traced/probes/ftrace/ftrace_controller_unittest.cc
@@ -93,7 +93,7 @@ std::unique_ptr<Table> FakeTable(FtraceProcfs* ftrace) {
std::unique_ptr<FtraceConfigMuxer> FakeModel(FtraceProcfs* ftrace,
ProtoTranslationTable* table) {
return std::unique_ptr<FtraceConfigMuxer>(
- new FtraceConfigMuxer(ftrace, table));
+ new FtraceConfigMuxer(ftrace, table, {}));
}
class MockFtraceProcfs : public FtraceProcfs {