| Index: base/debug/trace_event_impl.h
|
| diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
|
| index a7ebaf2d4d155132f9c3f4e4bb70905e27f42c46..3ff6c55ab4ad1db2f2b827fac0a2c45600c82a9d 100644
|
| --- a/base/debug/trace_event_impl.h
|
| +++ b/base/debug/trace_event_impl.h
|
| @@ -391,7 +391,7 @@ class BASE_EXPORT TraceLog {
|
| // into the event; see "Memory scoping note" and TRACE_EVENT_COPY_XXX above.
|
| void AddTraceEvent(char phase,
|
| const unsigned char* category_group_enabled,
|
| - const char* category_group,
|
| + const char* name,
|
| unsigned long long id,
|
| int num_args,
|
| const char** arg_names,
|
|
|