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

Unified Diff: webrtc/rtc_base/sequenced_task_checker_unittest.cc

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 | « webrtc/rtc_base/sequenced_task_checker.h ('k') | webrtc/rtc_base/signalthread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/sequenced_task_checker_unittest.cc
diff --git a/webrtc/rtc_base/sequenced_task_checker_unittest.cc b/webrtc/rtc_base/sequenced_task_checker_unittest.cc
index 55fc4744ae66d997c546761c8a16d06133a3adfb..73bc8ea0e36a8b2ea05b7bde60fa9d431468fb2a 100644
--- a/webrtc/rtc_base/sequenced_task_checker_unittest.cc
+++ b/webrtc/rtc_base/sequenced_task_checker_unittest.cc
@@ -237,7 +237,7 @@ class TestAnnotations {
}
private:
- bool test_var_ GUARDED_BY(&checker_);
+ bool test_var_ RTC_GUARDED_BY(&checker_);
SequencedTaskChecker checker_;
};
« no previous file with comments | « webrtc/rtc_base/sequenced_task_checker.h ('k') | webrtc/rtc_base/signalthread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698