| Index: webrtc/modules/utility/source/process_thread_impl.cc
 | 
| diff --git a/webrtc/modules/utility/source/process_thread_impl.cc b/webrtc/modules/utility/source/process_thread_impl.cc
 | 
| index 1da4225614c03b9aad3cf8eb2c2b542bff62a61e..8cdf01634cb483d8925cc6f86c22f50dac77c4ad 100644
 | 
| --- a/webrtc/modules/utility/source/process_thread_impl.cc
 | 
| +++ b/webrtc/modules/utility/source/process_thread_impl.cc
 | 
| @@ -38,8 +38,7 @@ ProcessThread::~ProcessThread() {}
 | 
|  // static
 | 
|  rtc::scoped_ptr<ProcessThread> ProcessThread::Create(
 | 
|      const char* thread_name) {
 | 
| -  return rtc::scoped_ptr<ProcessThread>(new ProcessThreadImpl(thread_name))
 | 
| -      .Pass();
 | 
| +  return rtc::scoped_ptr<ProcessThread>(new ProcessThreadImpl(thread_name));
 | 
|  }
 | 
|  
 | 
|  ProcessThreadImpl::ProcessThreadImpl(const char* thread_name)
 | 
| 
 |