summaryrefslogtreecommitdiffstats
path: root/media/cast/logging
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-01-28 04:13:15 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 12:14:12 +0000
commit9525f467302cc23f1ce49ab0e607833c26ee93fd (patch)
tree63e974cedb4890f1d43de3d08907b61e75f98af5 /media/cast/logging
parent465d8a5a1709bce5780c697407f7a7c4146dfea8 (diff)
downloadchromium_src-9525f467302cc23f1ce49ab0e607833c26ee93fd.zip
chromium_src-9525f467302cc23f1ce49ab0e607833c26ee93fd.tar.gz
chromium_src-9525f467302cc23f1ce49ab0e607833c26ee93fd.tar.bz2
Mechanical rename of tracing includes for /media
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/868753004 Cr-Commit-Position: refs/heads/master@{#313489}
Diffstat (limited to 'media/cast/logging')
-rw-r--r--media/cast/logging/logging_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/logging/logging_impl.cc b/media/cast/logging/logging_impl.cc
index 1143d1b..b5351e3 100644
--- a/media/cast/logging/logging_impl.cc
+++ b/media/cast/logging/logging_impl.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/big_endian.h"
-#include "base/debug/trace_event.h"
+#include "base/trace_event/trace_event.h"
#include "media/cast/logging/logging_impl.h"
namespace media {