aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/android_log/android_log_data_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/traced/probes/android_log/android_log_data_source.h')
-rw-r--r--src/traced/probes/android_log/android_log_data_source.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/traced/probes/android_log/android_log_data_source.h b/src/traced/probes/android_log/android_log_data_source.h
index 171e543d1..3a19e1965 100644
--- a/src/traced/probes/android_log/android_log_data_source.h
+++ b/src/traced/probes/android_log/android_log_data_source.h
@@ -21,11 +21,11 @@
#include <unordered_set>
#include <vector>
-#include "perfetto/ext/base/paged_memory.h"
-#include "perfetto/ext/base/scoped_file.h"
-#include "perfetto/ext/base/string_view.h"
-#include "perfetto/ext/base/unix_socket.h"
-#include "perfetto/ext/base/weak_ptr.h"
+#include "perfetto/base/paged_memory.h"
+#include "perfetto/base/scoped_file.h"
+#include "perfetto/base/string_view.h"
+#include "perfetto/base/unix_socket.h"
+#include "perfetto/base/weak_ptr.h"
#include "src/traced/probes/probes_data_source.h"
namespace perfetto {