Index: webrtc/modules/utility/source/process_thread_impl.h |
diff --git a/webrtc/modules/utility/source/process_thread_impl.h b/webrtc/modules/utility/source/process_thread_impl.h |
index 53b5d591a383e7b4f11848ef3057b13687540824..5101ea9ad002e5b4055534d56d9701a3cf633309 100644 |
--- a/webrtc/modules/utility/source/process_thread_impl.h |
+++ b/webrtc/modules/utility/source/process_thread_impl.h |
@@ -76,7 +76,7 @@ class ProcessThreadImpl : public ProcessThread { |
// TODO(tommi): Support delayed tasks. |
std::queue<ProcessTask*> queue_; |
bool stop_; |
- std::string thread_name_; |
+ const char* thread_name_; |
}; |
} // namespace webrtc |