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/trees/tree_synchronizer.cc | |
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/trees/tree_synchronizer.cc')
-rw-r--r-- | cc/trees/tree_synchronizer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/tree_synchronizer.cc b/cc/trees/tree_synchronizer.cc index 2e29529..095195f 100644 --- a/cc/trees/tree_synchronizer.cc +++ b/cc/trees/tree_synchronizer.cc @@ -8,8 +8,8 @@ #include "base/containers/hash_tables.h" #include "base/containers/scoped_ptr_hash_map.h" -#include "base/debug/trace_event.h" #include "base/logging.h" +#include "base/trace_event/trace_event.h" #include "cc/animation/scrollbar_animation_controller.h" #include "cc/input/scrollbar.h" #include "cc/layers/layer.h" |