| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index b7aa75e4f8fb60c830c520f87e932987936424c7..1f480e9147ca4a6ef8c995a76e6366c9541098c2 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -674,7 +674,7 @@ void ChildThreadImpl::OnSetIPCLoggingEnabled(bool enable) {
|
| }
|
| #endif // IPC_MESSAGE_LOG_ENABLED
|
|
|
| -void ChildThreadImpl::OnSetProfilerStatus(ThreadData::Status status) {
|
| +void ChildThreadImpl::OnSetProfilerStatus(ThreadData::ThreadStatus status) {
|
| ThreadData::InitializeAndSetTrackingStatus(status);
|
| }
|
|
|
|
|