Skip to content

Commit

Permalink
Mechanical rename of tracing includes for /cc
Browse files Browse the repository at this point in the history
This is just a mechanical rename of tracing includes.
See crrev.com/837303004 and the related bug for motivations.

BUG=451032

Review URL: https://codereview.chromium.org/866853002

Cr-Commit-Position: refs/heads/master@{#313279}
  • Loading branch information
ssiddhartha authored and Commit bot committed Jan 27, 2015
1 parent 003b8cc commit 904ce3b
Show file tree
Hide file tree
Showing 42 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion cc/quads/checkerboard_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/checkerboard_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"

namespace cc {
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/content_draw_quad_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/content_draw_quad_base.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/quads/debug_border_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/debug_border_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"

namespace cc {
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "cc/debug/traced_value.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/io_surface_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/io_surface_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/quads/picture_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/quads/picture_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "cc/resources/platform_color.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/render_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <algorithm>

#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "cc/debug/traced_value.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/render_pass_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/quads/render_pass_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "cc/debug/traced_value.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/shared_quad_state.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/quads/shared_quad_state.h"

#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "cc/debug/traced_value.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/solid_color_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/solid_color_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"

namespace cc {
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/stream_video_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/stream_video_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/quads/surface_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/surface_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"

namespace cc {
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/texture_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/texture_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "ui/gfx/geometry/vector2d_f.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/quads/tile_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/tile_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "third_party/khronos/GLES2/gl2.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/quads/yuv_video_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "cc/quads/yuv_video_draw_quad.h"

#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"

Expand Down
4 changes: 2 additions & 2 deletions cc/resources/bitmap_tile_task_worker_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

#include <algorithm>

#include "base/debug/trace_event.h"
#include "base/debug/trace_event_argument.h"
#include "base/strings/stringprintf.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/debug/traced_value.h"
#include "cc/resources/raster_buffer.h"
#include "cc/resources/raster_source.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/content_layer_updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/resources/content_layer_updater.h"

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/resources/layer_painter.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkRect.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/resources/display_item_list.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include <string>

#include "base/debug/trace_event.h"
#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/base/math_util.h"
#include "cc/debug/picture_debug_util.h"
#include "third_party/skia/include/core/SkCanvas.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/display_item_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#ifndef CC_RESOURCES_DISPLAY_ITEM_LIST_H_
#define CC_RESOURCES_DISPLAY_ITEM_LIST_H_

#include "base/debug/trace_event.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/trace_event/trace_event.h"
#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_vector.h"
#include "cc/resources/display_item.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/display_list_raster_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/resources/display_list_raster_source.h"

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/base/region.h"
#include "cc/debug/debug_colors.h"
#include "cc/resources/display_item_list.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/gpu_rasterizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <algorithm>

#include "base/bind.h"
#include "base/debug/trace_event.h"
#include "base/metrics/histogram.h"
#include "base/trace_event/trace_event.h"
#include "cc/debug/devtools_instrumentation.h"
#include "cc/debug/frame_viewer_instrumentation.h"
#include "cc/output/context_provider.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/gpu_tile_task_worker_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <algorithm>

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/resources/raster_buffer.h"
#include "cc/resources/raster_source.h"
#include "cc/resources/resource.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/resources/one_copy_tile_task_worker_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#include <algorithm>
#include <limits>

#include "base/debug/trace_event.h"
#include "base/debug/trace_event_argument.h"
#include "base/strings/stringprintf.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/debug/traced_value.h"
#include "cc/resources/raster_buffer.h"
#include "cc/resources/resource_pool.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/resources/picture.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <set>

#include "base/base64.h"
#include "base/debug/trace_event.h"
#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"
#include "cc/base/util.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/picture.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

#include "base/basictypes.h"
#include "base/containers/hash_tables.h"
#include "base/debug/trace_event.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/trace_event/trace_event.h"
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
#include "skia/ext/refptr.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/resources/picture_layer_tiling.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#include <limits>
#include <set>

#include "base/debug/trace_event.h"
#include "base/debug/trace_event_argument.h"
#include "base/logging.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/base/math_util.h"
#include "cc/resources/tile.h"
#include "cc/resources/tile_priority.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/picture_pile_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <limits>
#include <set>

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/base/region.h"
#include "cc/debug/debug_colors.h"
#include "cc/resources/picture_pile_impl.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/resources/pixel_buffer_tile_task_worker_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#include <algorithm>

#include "base/containers/stack_container.h"
#include "base/debug/trace_event.h"
#include "base/debug/trace_event_argument.h"
#include "base/strings/stringprintf.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/debug/traced_value.h"
#include "cc/resources/raster_buffer.h"
#include "cc/resources/resource.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/prioritized_resource_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <algorithm>

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/resources/prioritized_resource.h"
#include "cc/resources/priority_calculator.h"
#include "cc/trees/proxy.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/raster_source_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/resources/raster_source_helper.h"

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/debug/debug_colors.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "ui/gfx/geometry/rect_conversions.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/resource_provider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#include <limits>

#include "base/containers/hash_tables.h"
#include "base/debug/trace_event.h"
#include "base/metrics/histogram.h"
#include "base/stl_util.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/trace_event/trace_event.h"
#include "cc/base/util.h"
#include "cc/output/gl_renderer.h" // For the GLC() macro.
#include "cc/resources/platform_color.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/skpicture_content_layer_updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/resources/skpicture_content_layer_updater.h"

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "cc/debug/rendering_stats_instrumentation.h"
#include "cc/resources/layer_painter.h"
#include "cc/resources/prioritized_resource.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/task_graph_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

#include <algorithm>

#include "base/debug/trace_event.h"
#include "base/strings/stringprintf.h"
#include "base/threading/thread_restrictions.h"
#include "base/trace_event/trace_event.h"

namespace cc {
namespace {
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/texture_uploader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <algorithm>
#include <vector>

#include "base/debug/trace_event.h"
#include "base/metrics/histogram.h"
#include "base/trace_event/trace_event.h"
#include "cc/base/util.h"
#include "cc/resources/resource.h"
#include "gpu/GLES2/gl2extchromium.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/tile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <algorithm>

#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/base/math_util.h"
#include "cc/debug/traced_value.h"
#include "cc/resources/tile_manager.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/tile_draw_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#ifndef CC_RESOURCES_TILE_DRAW_INFO_H_
#define CC_RESOURCES_TILE_DRAW_INFO_H_

#include "base/debug/trace_event_argument.h"
#include "base/memory/scoped_ptr.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/resources/platform_color.h"
#include "cc/resources/resource_provider.h"
#include "cc/resources/scoped_resource.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/tile_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#include <string>

#include "base/bind.h"
#include "base/debug/trace_event_argument.h"
#include "base/json/json_writer.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/debug/devtools_instrumentation.h"
#include "cc/debug/frame_viewer_instrumentation.h"
#include "cc/debug/traced_value.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/resources/tile_priority.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "cc/resources/tile_priority.h"

#include "base/debug/trace_event_argument.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
#include "cc/base/math_util.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/resources/tile_priority.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <limits>
#include <string>

#include "base/debug/trace_event_argument.h"
#include "base/memory/scoped_ptr.h"
#include "base/trace_event/trace_event_argument.h"
#include "cc/base/cc_export.h"

namespace base {
Expand Down
Loading

0 comments on commit 904ce3b

Please sign in to comment.