Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: ipc/ipc_message.cc

Issue 868603007: Mechanical rename of base::debug -> base::trace_event [final pass]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_trace_part3_1
Patch Set: Fixing win file. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/gpu_state_tracer.cc ('k') | net/base/trace_net_log_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message.cc
diff --git a/ipc/ipc_message.cc b/ipc/ipc_message.cc
index 99c56efa56e108fb09f18217ab4b031f65cbc231..2587b0b112b65b864ab247f9e6dd5eb85163ee40 100644
--- a/ipc/ipc_message.cc
+++ b/ipc/ipc_message.cc
@@ -23,7 +23,8 @@ base::StaticAtomicSequenceNumber g_ref_num;
// values has the reference number stored in the upper 24 bits, leaving the low
// 8 bits set to 0 for use as flags.
inline uint32 GetRefNumUpper24() {
- base::debug::TraceLog* trace_log = base::debug::TraceLog::GetInstance();
+ base::trace_event::TraceLog* trace_log =
+ base::trace_event::TraceLog::GetInstance();
uint32 pid = trace_log ? trace_log->process_id() : 0;
uint32 count = g_ref_num.GetNext();
// The 24 bit hash is composed of 14 bits of the count and 10 bits of the
« no previous file with comments | « gpu/command_buffer/service/gpu_state_tracer.cc ('k') | net/base/trace_net_log_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698