summaryrefslogtreecommitdiffstats
path: root/skia/ext
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2015-01-31 09:46:29 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-31 17:47:22 +0000
commit5dd590ed16c9571b99767d34dafb013acec85a24 (patch)
tree5daa1f9e6e7aa3fa46e3eeb420ef4674d103bfaa /skia/ext
parente161db2544453dce6bb0a0859ab8cdf05c405a64 (diff)
downloadchromium_src-5dd590ed16c9571b99767d34dafb013acec85a24.zip
chromium_src-5dd590ed16c9571b99767d34dafb013acec85a24.tar.gz
chromium_src-5dd590ed16c9571b99767d34dafb013acec85a24.tar.bz2
Mechanical rename of tracing includes for /skia
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=tomhudson@google.com Review URL: https://codereview.chromium.org/893533005 Cr-Commit-Position: refs/heads/master@{#314060}
Diffstat (limited to 'skia/ext')
-rw-r--r--skia/ext/analysis_canvas.cc2
-rw-r--r--skia/ext/event_tracer_impl.cc2
-rw-r--r--skia/ext/image_operations.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/skia/ext/analysis_canvas.cc b/skia/ext/analysis_canvas.cc
index eefd8f3..376d173 100644
--- a/skia/ext/analysis_canvas.cc
+++ b/skia/ext/analysis_canvas.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/debug/trace_event.h"
#include "base/logging.h"
+#include "base/trace_event/trace_event.h"
#include "skia/ext/analysis_canvas.h"
#include "third_party/skia/include/core/SkDraw.h"
#include "third_party/skia/include/core/SkRRect.h"
diff --git a/skia/ext/event_tracer_impl.cc b/skia/ext/event_tracer_impl.cc
index 53ddf2b..e283814 100644
--- a/skia/ext/event_tracer_impl.cc
+++ b/skia/ext/event_tracer_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/debug/trace_event.h"
+#include "base/trace_event/trace_event.h"
#include "skia/ext/event_tracer_impl.h"
#include "third_party/skia/include/utils/SkEventTracer.h"
diff --git a/skia/ext/image_operations.cc b/skia/ext/image_operations.cc
index e91b42e..a14344d 100644
--- a/skia/ext/image_operations.cc
+++ b/skia/ext/image_operations.cc
@@ -11,10 +11,10 @@
// TODO(pkasting): skia/ext should not depend on base/!
#include "base/containers/stack_container.h"
-#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/time/time.h"
+#include "base/trace_event/trace_event.h"
#include "build/build_config.h"
#include "skia/ext/convolver.h"
#include "third_party/skia/include/core/SkColorPriv.h"