| Index: base/debug/trace_event_impl.h
|
| diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
|
| index 58a44dabf0ef0c5665163bc27ab5436beb417c76..7e306e2a78f2532a1f4068242da1f7501e9eb4cd 100644
|
| --- a/base/debug/trace_event_impl.h
|
| +++ b/base/debug/trace_event_impl.h
|
| @@ -209,7 +209,8 @@ class BASE_EXPORT TraceLog {
|
| bool IsEnabled() { return !!enable_count_; }
|
|
|
| #if defined(OS_ANDROID)
|
| - static void InitATrace();
|
| + void StartATrace();
|
| + void StopATrace();
|
| #endif
|
|
|
| // Enabled state listeners give a callback when tracing is enabled or
|
|
|