| Index: base/debug/trace_event_impl.h
|
| diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
|
| index e5a6dbd71f9b09ed6a7c3f82da41ffe0df80f703..7f65303ec1ac3f0cff15d79aaf41ca50eb87befc 100644
|
| --- a/base/debug/trace_event_impl.h
|
| +++ b/base/debug/trace_event_impl.h
|
| @@ -616,7 +616,7 @@ class BASE_EXPORT TraceLog {
|
| // the category group, or event_callback_ is not null and
|
| // event_callback_category_filter_ matches the category group.
|
| void UpdateCategoryGroupEnabledFlags();
|
| - void UpdateCategoryGroupEnabledFlag(int category_index);
|
| + void UpdateCategoryGroupEnabledFlag(size_t category_index);
|
|
|
| // Configure synthetic delays based on the values set in the current
|
| // category filter.
|
|
|