diff options
author | primiano <primiano@chromium.org> | 2015-01-27 20:21:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-28 04:23:50 +0000 |
commit | c06e23810ddd55a06e22adcf6f3cad3e1edd9b6d (patch) | |
tree | f2f4e5d60d73141c9cebc65a2c24c10623f815f5 /cc/base | |
parent | c3217c83c5638ee9f4669628003b68df6694a02f (diff) | |
download | chromium_src-c06e23810ddd55a06e22adcf6f3cad3e1edd9b6d.zip chromium_src-c06e23810ddd55a06e22adcf6f3cad3e1edd9b6d.tar.gz chromium_src-c06e23810ddd55a06e22adcf6f3cad3e1edd9b6d.tar.bz2 |
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
TBR=nduca@chromium.org
Review URL: https://codereview.chromium.org/885543002
Cr-Commit-Position: refs/heads/master@{#313442}
Diffstat (limited to 'cc/base')
-rw-r--r-- | cc/base/math_util.cc | 2 | ||||
-rw-r--r-- | cc/base/region.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cc/base/math_util.cc b/cc/base/math_util.cc index 99c3cf3..70090d9 100644 --- a/cc/base/math_util.cc +++ b/cc/base/math_util.cc @@ -8,7 +8,7 @@ #include <cmath> #include <limits> -#include "base/debug/trace_event_argument.h" +#include "base/trace_event/trace_event_argument.h" #include "base/values.h" #include "ui/gfx/geometry/quad_f.h" #include "ui/gfx/geometry/rect.h" diff --git a/cc/base/region.cc b/cc/base/region.cc index d752b20..22d9585 100644 --- a/cc/base/region.cc +++ b/cc/base/region.cc @@ -4,7 +4,7 @@ #include "cc/base/region.h" -#include "base/debug/trace_event_argument.h" +#include "base/trace_event/trace_event_argument.h" #include "base/values.h" #include "cc/base/simple_enclosed_region.h" |