summaryrefslogtreecommitdiffstats
path: root/components/tracing/tracing_messages.h
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/tracing_messages.h
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/tracing_messages.h')
-rw-r--r--components/tracing/tracing_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
index 18041cc..80885a9 100644
--- a/components/tracing/tracing_messages.h
+++ b/components/tracing/tracing_messages.h
@@ -7,8 +7,8 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/debug/trace_event_impl.h"
#include "base/sync_socket.h"
+#include "base/trace_event/trace_event_impl.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_message_utils.h"