| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 4db2e27c338d85b87b5c888475530dfdf04e61e8..3fee9b3168d7e70e5cfbd5237d6f96def29bdef3 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -382,11 +382,9 @@ void ChildThreadImpl::Init(const Options& options) {
|
| #endif
|
|
|
| #if defined(TCMALLOC_TRACE_MEMORY_SUPPORTED)
|
| - trace_memory_controller_.reset(new base::debug::TraceMemoryController(
|
| - message_loop_->message_loop_proxy(),
|
| - ::HeapProfilerWithPseudoStackStart,
|
| - ::HeapProfilerStop,
|
| - ::GetHeapProfile));
|
| + trace_memory_controller_.reset(new base::trace_event::TraceMemoryController(
|
| + message_loop_->message_loop_proxy(), ::HeapProfilerWithPseudoStackStart,
|
| + ::HeapProfilerStop, ::GetHeapProfile));
|
| #endif
|
|
|
| shared_bitmap_manager_.reset(
|
|
|