| Index: base/trace_event/trace_event_impl.h
|
| diff --git a/base/trace_event/trace_event_impl.h b/base/trace_event/trace_event_impl.h
|
| index 9e5d9f9d541c2b1026189944c55d6cebef196d0b..f26e13f14b08bb0a1bfcec3b8d32bdbfe1b77b9a 100644
|
| --- a/base/trace_event/trace_event_impl.h
|
| +++ b/base/trace_event/trace_event_impl.h
|
| @@ -14,7 +14,6 @@
|
| #include "base/base_export.h"
|
| #include "base/callback.h"
|
| #include "base/containers/hash_tables.h"
|
| -#include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "base/observer_list.h"
|
| #include "base/single_thread_task_runner.h"
|
| @@ -111,7 +110,7 @@ class BASE_EXPORT TraceEvent {
|
|
|
| void UpdateDuration(const TraceTicks& now, const ThreadTicks& thread_now);
|
|
|
| - void EstimateTraceMemoryOverhead(TraceEventMemoryOverhead*);
|
| + void EstimateTraceMemoryOverhead(TraceEventMemoryOverhead* overhead);
|
|
|
| // Serialize event data to JSON
|
| void AppendAsJSON(
|
|
|