summaryrefslogtreecommitdiffstats
path: root/content/gpu
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-02-09 08:02:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-09 16:03:13 +0000
commitb2e3ececdfdc5ce1037d1bb648a7ff0f1d38f508 (patch)
tree098f6c0ae836aaed55cdf92b1a9ff5358779746a /content/gpu
parentfe2e3e76fe7842c9cdcf5c3aaa62081a564c42a2 (diff)
downloadchromium_src-b2e3ececdfdc5ce1037d1bb648a7ff0f1d38f508.zip
chromium_src-b2e3ececdfdc5ce1037d1bb648a7ff0f1d38f508.tar.gz
chromium_src-b2e3ececdfdc5ce1037d1bb648a7ff0f1d38f508.tar.bz2
Mechanical rename of base::debug -> base::trace_event for /content
This is the last stage of the trace_event directory restructuring. This is part of a set of 3 CLs which is moving tracing clients to use the new base::trace_event namespace. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=jam@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/892213004 Cr-Commit-Position: refs/heads/master@{#315310}
Diffstat (limited to 'content/gpu')
-rw-r--r--content/gpu/gpu_main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index aeacd36..061ed17 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -104,8 +104,8 @@ bool GpuProcessLogMessageHandler(int severity,
// Main function for starting the Gpu process.
int GpuMain(const MainFunctionParams& parameters) {
TRACE_EVENT0("gpu", "GpuMain");
- base::debug::TraceLog::GetInstance()->SetProcessName("GPU Process");
- base::debug::TraceLog::GetInstance()->SetProcessSortIndex(
+ base::trace_event::TraceLog::GetInstance()->SetProcessName("GPU Process");
+ base::trace_event::TraceLog::GetInstance()->SetProcessSortIndex(
kTraceEventGpuProcessSortIndex);
const base::CommandLine& command_line = parameters.command_line;