summaryrefslogtreecommitdiffstats
path: root/components/tracing/child_trace_message_filter.cc
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-01-27 11:40:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-27 19:42:26 +0000
commit14f4891ec05c1f6ff55e272e478c947f8c7a1382 (patch)
tree78d5104cfffe6d62d7fad348f90a8bff1fba20ac /components/tracing/child_trace_message_filter.cc
parente0bf65f1e2fcd3515b92c1b49f04aa30fd0d47e6 (diff)
downloadchromium_src-14f4891ec05c1f6ff55e272e478c947f8c7a1382.zip
chromium_src-14f4891ec05c1f6ff55e272e478c947f8c7a1382.tar.gz
chromium_src-14f4891ec05c1f6ff55e272e478c947f8c7a1382.tar.bz2
Mechanical rename of tracing includes for /components
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/864333003 Cr-Commit-Position: refs/heads/master@{#313325}
Diffstat (limited to 'components/tracing/child_trace_message_filter.cc')
-rw-r--r--components/tracing/child_trace_message_filter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/tracing/child_trace_message_filter.cc b/components/tracing/child_trace_message_filter.cc
index 54782a5..9663557 100644
--- a/components/tracing/child_trace_message_filter.cc
+++ b/components/tracing/child_trace_message_filter.cc
@@ -4,8 +4,8 @@
#include "components/tracing/child_trace_message_filter.h"
-#include "base/debug/trace_event.h"
#include "base/message_loop/message_loop_proxy.h"
+#include "base/trace_event/trace_event.h"
#include "components/tracing/tracing_messages.h"
#include "ipc/ipc_channel.h"