summaryrefslogtreecommitdiffstats
path: root/android_webview/common
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-01-27 06:21:26 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-27 14:22:44 +0000
commit3bc4c0eea06ecd00ef700d1807d542b1eae9e53c (patch)
tree8d0327f0a3d76ed117245c8f2e367709e617f50d /android_webview/common
parent42ad8e954a2eafaa52bc3e566747eeb274ad1ad1 (diff)
downloadchromium_src-3bc4c0eea06ecd00ef700d1807d542b1eae9e53c.zip
chromium_src-3bc4c0eea06ecd00ef700d1807d542b1eae9e53c.tar.gz
chromium_src-3bc4c0eea06ecd00ef700d1807d542b1eae9e53c.tar.bz2
Mechanical rename of tracing includes for /android_webview
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=boliu@chromium.org Review URL: https://codereview.chromium.org/868753002 Cr-Commit-Position: refs/heads/master@{#313272}
Diffstat (limited to 'android_webview/common')
-rw-r--r--android_webview/common/devtools_instrumentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/common/devtools_instrumentation.h b/android_webview/common/devtools_instrumentation.h
index 5007cae..fbe6f63 100644
--- a/android_webview/common/devtools_instrumentation.h
+++ b/android_webview/common/devtools_instrumentation.h
@@ -5,7 +5,7 @@
#ifndef ANDROID_WEBVIEW_COMMON_DEVTOOLS_INSTRUMENTATION_H_
#define ANDROID_WEBVIEW_COMMON_DEVTOOLS_INSTRUMENTATION_H_
-#include "base/debug/trace_event.h"
+#include "base/trace_event/trace_event.h"
namespace android_webview {
namespace devtools_instrumentation {