aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/cpu_stats_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/traced/probes/ftrace/cpu_stats_parser.cc')
-rw-r--r--src/traced/probes/ftrace/cpu_stats_parser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/traced/probes/ftrace/cpu_stats_parser.cc b/src/traced/probes/ftrace/cpu_stats_parser.cc
index 65745ca61..8048ee146 100644
--- a/src/traced/probes/ftrace/cpu_stats_parser.cc
+++ b/src/traced/probes/ftrace/cpu_stats_parser.cc
@@ -16,8 +16,8 @@
#include "src/traced/probes/ftrace/cpu_stats_parser.h"
-#include "perfetto/ext/base/string_splitter.h"
-#include "perfetto/ext/base/string_utils.h"
+#include "perfetto/base/string_splitter.h"
+#include "perfetto/base/string_utils.h"
#include "src/traced/probes/ftrace/ftrace_controller.h"
#include "src/traced/probes/ftrace/ftrace_procfs.h"
#include "src/traced/probes/ftrace/ftrace_stats.h"