Index: webrtc/api/statstypes.h |
diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h |
index 378b014b17faa3ff01cddc1db3aa46c744e008e7..6391ff569ff6d46a16f49c37076f3ff2e87a0cc0 100644 |
--- a/webrtc/api/statstypes.h |
+++ b/webrtc/api/statstypes.h |
@@ -335,7 +335,7 @@ class StatsReport { |
private: |
rtc::ThreadChecker thread_checker_; |
- mutable int ref_count_ ACCESS_ON(thread_checker_) = 0; |
+ mutable int ref_count_ RTC_ACCESS_ON(thread_checker_) = 0; |
const Type type_; |
// TODO(tommi): Use C++ 11 union and make value_ const. |