summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_runner.cc
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-01-27 20:03:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 04:05:57 +0000
commit3e765617642274ddf12ddce597e9872dca5a9e5f (patch)
tree3c831ee571de3c04f1dad38f739bd3be78ed25ed /content/browser/browser_main_runner.cc
parentc76f528131949d7fe60b7facf1e7b40362aacfd5 (diff)
downloadchromium_src-3e765617642274ddf12ddce597e9872dca5a9e5f.zip
chromium_src-3e765617642274ddf12ddce597e9872dca5a9e5f.tar.gz
chromium_src-3e765617642274ddf12ddce597e9872dca5a9e5f.tar.bz2
Mechanical rename of tracing includes for /content [1/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/866803003 Cr-Commit-Position: refs/heads/master@{#313421}
Diffstat (limited to 'content/browser/browser_main_runner.cc')
-rw-r--r--content/browser/browser_main_runner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
index d5ed975..b12ccd6 100644
--- a/content/browser/browser_main_runner.cc
+++ b/content/browser/browser_main_runner.cc
@@ -7,10 +7,10 @@
#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/debug/leak_annotations.h"
-#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/metrics/statistics_recorder.h"
+#include "base/trace_event/trace_event.h"
#include "content/browser/browser_main_loop.h"
#include "content/browser/browser_shutdown_profile_dumper.h"
#include "content/browser/notification_service_impl.h"