summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_plugin_instance_impl.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/renderer/pepper/pepper_plugin_instance_impl.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/renderer/pepper/pepper_plugin_instance_impl.cc')
-rw-r--r--content/renderer/pepper/pepper_plugin_instance_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
index bb52461..768922e 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
@@ -6,7 +6,6 @@
#include "base/bind.h"
#include "base/callback_helpers.h"
-#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/memory/linked_ptr.h"
#include "base/message_loop/message_loop.h"
@@ -15,6 +14,7 @@
#include "base/strings/utf_offset_string_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time/time.h"
+#include "base/trace_event/trace_event.h"
#include "cc/base/latency_info_swap_promise.h"
#include "cc/blink/web_layer_impl.h"
#include "cc/layers/texture_layer.h"