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

Unified Diff: webrtc/base/maccocoasocketserver.mm

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/flags.cc ('k') | webrtc/base/maccocoathreadhelper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/maccocoasocketserver.mm
diff --git a/webrtc/base/maccocoasocketserver.mm b/webrtc/base/maccocoasocketserver.mm
index 123ffdc5255a6bfa7279f950232f58c569ec90ac..034737ebccc8128d0528312aa2263a59bde0e58c 100644
--- a/webrtc/base/maccocoasocketserver.mm
+++ b/webrtc/base/maccocoasocketserver.mm
@@ -11,7 +11,6 @@
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
-#include <assert.h>
#include "webrtc/base/scoped_autorelease_pool.h"
« no previous file with comments | « webrtc/base/flags.cc ('k') | webrtc/base/maccocoathreadhelper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698