diff options
author | ssid <ssid@chromium.org> | 2015-01-27 20:03:42 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-28 04:05:57 +0000 |
commit | 3e765617642274ddf12ddce597e9872dca5a9e5f (patch) | |
tree | 3c831ee571de3c04f1dad38f739bd3be78ed25ed /content/browser/gpu/gpu_process_host.cc | |
parent | c76f528131949d7fe60b7facf1e7b40362aacfd5 (diff) | |
download | chromium_src-3e765617642274ddf12ddce597e9872dca5a9e5f.zip chromium_src-3e765617642274ddf12ddce597e9872dca5a9e5f.tar.gz chromium_src-3e765617642274ddf12ddce597e9872dca5a9e5f.tar.bz2 |
Mechanical rename of tracing includes for /content [1/3]
This is just a mechanical rename of tracing includes.
See crrev.com/837303004 and the related bug for motivations.
BUG=451032
TBR=avi@chromium.org
Review URL: https://codereview.chromium.org/866803003
Cr-Commit-Position: refs/heads/master@{#313421}
Diffstat (limited to 'content/browser/gpu/gpu_process_host.cc')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index a234562..8255b9f 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -10,12 +10,12 @@ #include "base/bind.h" #include "base/callback_helpers.h" #include "base/command_line.h" -#include "base/debug/trace_event.h" #include "base/logging.h" #include "base/memory/ref_counted.h" #include "base/metrics/histogram.h" #include "base/sha1.h" #include "base/threading/thread.h" +#include "base/trace_event/trace_event.h" #include "content/browser/browser_child_process_host_impl.h" #include "content/browser/gpu/compositor_util.h" #include "content/browser/gpu/gpu_data_manager_impl.h" |