Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1191)

Unified Diff: webrtc/rtc_base/asyncinvoker.h

Issue 3006133002: Update thread annotiation macros in rtc_base to use RTC_ prefix (Closed)
Patch Set: Rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/rtc_base/bufferqueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | webrtc/rtc_base/bufferqueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698