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

Unified Diff: webrtc/voice_engine/test/auto_test/fakes/conference_transport.h

Issue 3012853002: Update thread annotiation macros 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
Index: webrtc/voice_engine/test/auto_test/fakes/conference_transport.h
diff --git a/webrtc/voice_engine/test/auto_test/fakes/conference_transport.h b/webrtc/voice_engine/test/auto_test/fakes/conference_transport.h
index 22711bd5fb9b9c908160fbf5ebedd237d58193a4..a0acd9e4524013d64e512e4a164eb33946dc1b41 100644
--- a/webrtc/voice_engine/test/auto_test/fakes/conference_transport.h
+++ b/webrtc/voice_engine/test/auto_test/fakes/conference_transport.h
@@ -137,8 +137,9 @@ class ConferenceTransport: public webrtc::Transport {
unsigned int rtt_ms_;
unsigned int stream_count_;
- std::map<unsigned int, std::pair<int, int>> streams_ GUARDED_BY(stream_crit_);
- std::deque<Packet> packet_queue_ GUARDED_BY(pq_crit_);
+ std::map<unsigned int, std::pair<int, int>> streams_
+ RTC_GUARDED_BY(stream_crit_);
+ std::deque<Packet> packet_queue_ RTC_GUARDED_BY(pq_crit_);
int local_sender_; // Channel Id of local sender
int reflector_;
« no previous file with comments | « webrtc/voice_engine/shared_data.h ('k') | webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698