| Index: base/debug/trace_event_impl.h
|
| diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
|
| index c80826c881ee6bf8af6d9eaf44ffa353dbffd46b..1b1fce34cc209b452da54cad9b68f10696f4b79e 100644
|
| --- a/base/debug/trace_event_impl.h
|
| +++ b/base/debug/trace_event_impl.h
|
| @@ -745,7 +745,6 @@ class BASE_EXPORT TraceLog {
|
| // This lock protects accesses to thread_names_, thread_event_start_times_
|
| // and thread_colors_.
|
| Lock thread_info_lock_;
|
| - int locked_line_;
|
| Mode mode_;
|
| int num_traces_recorded_;
|
| scoped_ptr<TraceBuffer> logged_events_;
|
|
|