| Index: webrtc/modules/utility/interface/process_thread.h
|
| diff --git a/webrtc/modules/utility/interface/process_thread.h b/webrtc/modules/utility/interface/process_thread.h
|
| index 0e84506f1a6c60f81320f6ab052c6ba35075cc75..451a5a301b5d2649c1e09c1b3410c0c818bef891 100644
|
| --- a/webrtc/modules/utility/interface/process_thread.h
|
| +++ b/webrtc/modules/utility/interface/process_thread.h
|
| @@ -29,7 +29,7 @@ class ProcessThread {
|
| public:
|
| virtual ~ProcessThread();
|
|
|
| - static rtc::scoped_ptr<ProcessThread> Create();
|
| + static rtc::scoped_ptr<ProcessThread> Create(const char* thread_name);
|
|
|
| // Starts the worker thread. Must be called from the construction thread.
|
| virtual void Start() = 0;
|
|
|