summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia/account_tracker.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 /google_apis/gaia/account_tracker.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 'google_apis/gaia/account_tracker.cc')
-rw-r--r--google_apis/gaia/account_tracker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_apis/gaia/account_tracker.cc b/google_apis/gaia/account_tracker.cc
index 50c4e70..c3653ac 100644
--- a/google_apis/gaia/account_tracker.cc
+++ b/google_apis/gaia/account_tracker.cc
@@ -4,9 +4,9 @@
#include "google_apis/gaia/account_tracker.h"
-#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/stl_util.h"
+#include "base/trace_event/trace_event.h"
#include "net/url_request/url_request_context_getter.h"
namespace gaia {