Mechanical rename of tracing includes for /cc
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}
diff --git a/cc/quads/tile_draw_quad.cc b/cc/quads/tile_draw_quad.cc
index 88a4b3af..5d60bae 100644
--- a/cc/quads/tile_draw_quad.cc
+++ b/cc/quads/tile_draw_quad.cc
@@ -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"