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

Unified Diff: webrtc/base/physicalsocketserver.cc

Issue 2325623002: webrtc/base: Use RTC_DCHECK() instead of assert() (Closed)
Patch Set: Created 4 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/base/nattypes.cc ('k') | webrtc/base/sec_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/physicalsocketserver.cc
diff --git a/webrtc/base/physicalsocketserver.cc b/webrtc/base/physicalsocketserver.cc
index c94b9a3dedcbc9a99ad280dc480297a0cc245e0f..f0dc69fe672b6b0e7e8e004af1637fda063e830d 100644
--- a/webrtc/base/physicalsocketserver.cc
+++ b/webrtc/base/physicalsocketserver.cc
@@ -13,8 +13,6 @@
#pragma warning(disable:4786)
#endif
-#include <assert.h>
-
#ifdef MEMORY_SANITIZER
#include <sanitizer/msan_interface.h>
#endif
« no previous file with comments | « webrtc/base/nattypes.cc ('k') | webrtc/base/sec_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698