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

Unified Diff: webrtc/system_wrappers/include/critical_section_wrapper.h

Issue 1601523009: Remove ConditionVariableWrapper. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Move include inside guard Created 4 years, 11 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/system_wrappers/include/critical_section_wrapper.h
diff --git a/webrtc/system_wrappers/include/critical_section_wrapper.h b/webrtc/system_wrappers/include/critical_section_wrapper.h
index c22d22afdc7640227f88f3b679f6b4d888dfb583..777dec5cf0aae767af10823cea8801abeec09ccb 100644
--- a/webrtc/system_wrappers/include/critical_section_wrapper.h
+++ b/webrtc/system_wrappers/include/critical_section_wrapper.h
@@ -46,10 +46,6 @@ class LOCKABLE CriticalSectionWrapper {
private:
#if defined (WEBRTC_WIN)
CRITICAL_SECTION crit_;
-
- // TODO(tommi): Remove friendness.
- friend class ConditionVariableEventWin;
- friend class ConditionVariableNativeWin;
#else
pthread_mutex_t mutex_;
#endif
« no previous file with comments | « webrtc/system_wrappers/include/condition_variable_wrapper.h ('k') | webrtc/system_wrappers/source/condition_variable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698