Index: webrtc/voice_engine/shared_data.h |
diff --git a/webrtc/voice_engine/shared_data.h b/webrtc/voice_engine/shared_data.h |
index 971d7d7139405b0aa613b28215f74930d4c6631e..7251c6aeaa6569dc0657d73fc6f5d144fd6b9a94 100644 |
--- a/webrtc/voice_engine/shared_data.h |
+++ b/webrtc/voice_engine/shared_data.h |
@@ -71,7 +71,7 @@ protected: |
std::unique_ptr<ProcessThread> _moduleProcessThreadPtr; |
// |encoder_queue| is defined last to ensure all pending tasks are cancelled |
// and deleted before any other members. |
- rtc::TaskQueue encoder_queue_ ACCESS_ON(construction_thread_); |
+ rtc::TaskQueue encoder_queue_ RTC_ACCESS_ON(construction_thread_); |
SharedData(); |
virtual ~SharedData(); |