summaryrefslogtreecommitdiffstats
path: root/content/common/host_discardable_shared_memory_manager.cc
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2015-01-27 20:18:01 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 04:19:25 +0000
commit9e38d55ac17e4d71b35607825dd5bde4cc10f5a8 (patch)
treec1209e957ee2288f55ef0f9a7f4d540be68cb3d6 /content/common/host_discardable_shared_memory_manager.cc
parent50b7444cf985e05af4150f8bf35d2d90b18398d7 (diff)
downloadchromium_src-9e38d55ac17e4d71b35607825dd5bde4cc10f5a8.zip
chromium_src-9e38d55ac17e4d71b35607825dd5bde4cc10f5a8.tar.gz
chromium_src-9e38d55ac17e4d71b35607825dd5bde4cc10f5a8.tar.bz2
Mechanical rename of tracing includes for /content [2/3]
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/862403005 Cr-Commit-Position: refs/heads/master@{#313438}
Diffstat (limited to 'content/common/host_discardable_shared_memory_manager.cc')
-rw-r--r--content/common/host_discardable_shared_memory_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/host_discardable_shared_memory_manager.cc b/content/common/host_discardable_shared_memory_manager.cc
index bd7095a..6f2dead 100644
--- a/content/common/host_discardable_shared_memory_manager.cc
+++ b/content/common/host_discardable_shared_memory_manager.cc
@@ -8,10 +8,10 @@
#include "base/callback.h"
#include "base/debug/crash_logging.h"
-#include "base/debug/trace_event.h"
#include "base/lazy_instance.h"
#include "base/numerics/safe_math.h"
#include "base/strings/string_number_conversions.h"
+#include "base/trace_event/trace_event.h"
namespace content {
namespace {