summaryrefslogtreecommitdiffstats
path: root/third_party/leveldatabase/env_chromium.cc
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2015-01-30 10:02:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-30 18:03:07 +0000
commit7182d7b338f354e231193942c0946131e11aed1f (patch)
tree91c359f9f8ac69da191e7eb30331804391a97c14 /third_party/leveldatabase/env_chromium.cc
parentaf832107e6edfe54eee49fd0b21e397bd7ad3841 (diff)
downloadchromium_src-7182d7b338f354e231193942c0946131e11aed1f.zip
chromium_src-7182d7b338f354e231193942c0946131e11aed1f.tar.gz
chromium_src-7182d7b338f354e231193942c0946131e11aed1f.tar.bz2
Mechanical rename of tracing includes (remaining bits)
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=cpu@chromium.org,dtu@chromium.org Review URL: https://codereview.chromium.org/888883002 Cr-Commit-Position: refs/heads/master@{#313941}
Diffstat (limited to 'third_party/leveldatabase/env_chromium.cc')
-rw-r--r--third_party/leveldatabase/env_chromium.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/env_chromium.cc b/third_party/leveldatabase/env_chromium.cc
index a12edf4..1a150d1 100644
--- a/third_party/leveldatabase/env_chromium.cc
+++ b/third_party/leveldatabase/env_chromium.cc
@@ -9,7 +9,6 @@
#include <sys/types.h>
#endif
-#include "base/debug/trace_event.h"
#include "base/files/file_util.h"
#include "base/lazy_instance.h"
#include "base/memory/shared_memory.h"
@@ -17,6 +16,7 @@
#include "base/process/process_metrics.h"
#include "base/stl_util.h"
#include "base/strings/utf_string_conversions.h"
+#include "base/trace_event/trace_event.h"
#include "third_party/leveldatabase/chromium_logger.h"
#include "third_party/re2/re2/re2.h"