| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index b2c231dfa444e9a578a392a3fee4b127eaf9e73e..8b3417b68132586b289ebbb2f4df8ecb479c3e8e 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -90,7 +90,7 @@ BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
|
|
|
| child_process_host_.reset(ChildProcessHost::Create(this));
|
| child_process_host_->AddFilter(new TraceMessageFilter);
|
| - child_process_host_->AddFilter(new ProfilerMessageFilter);
|
| + child_process_host_->AddFilter(new content::ProfilerMessageFilter);
|
|
|
| g_child_process_list.Get().push_back(this);
|
| }
|
|
|