summaryrefslogtreecommitdiffstats
path: root/content/browser
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser')
-rw-r--r--content/browser/DEPS2
-rw-r--r--content/browser/trace_message_filter.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 8a06869..720e4c9 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+content/components/tracing",
+ "+components/tracing",
"+content/gpu", # For gpu_info_collector.h and in-process GPU
"+content/port/browser",
"+content/public/browser",
diff --git a/content/browser/trace_message_filter.cc b/content/browser/trace_message_filter.cc
index a2586a1..d37ce12 100644
--- a/content/browser/trace_message_filter.cc
+++ b/content/browser/trace_message_filter.cc
@@ -4,8 +4,8 @@
#include "content/browser/trace_message_filter.h"
+#include "components/tracing/tracing_messages.h"
#include "content/browser/trace_controller_impl.h"
-#include "content/components/tracing/tracing_messages.h"
namespace content {