Index: webrtc/rtc_base/asyncinvoker.h |
diff --git a/webrtc/rtc_base/asyncinvoker.h b/webrtc/rtc_base/asyncinvoker.h |
index 455ded24dda81802b708c4c20402b0820a2284d0..0b14e910c99328f8aaacfd579c8f147d3886fc00 100644 |
--- a/webrtc/rtc_base/asyncinvoker.h |
+++ b/webrtc/rtc_base/asyncinvoker.h |
@@ -248,8 +248,8 @@ class GuardedAsyncInvoker : public sigslot::has_slots<> { |
void ThreadDestroyed(); |
CriticalSection crit_; |
- Thread* thread_ GUARDED_BY(crit_); |
- AsyncInvoker invoker_ GUARDED_BY(crit_); |
+ Thread* thread_ RTC_GUARDED_BY(crit_); |
+ AsyncInvoker invoker_ RTC_GUARDED_BY(crit_); |
}; |
} // namespace rtc |