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

Unified Diff: webrtc/api/peerconnectionendtoend_unittest.cc

Issue 1835053002: Change default timestamp to 64 bits in all webrtc directories. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Address comments Created 4 years, 8 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 | « no previous file | webrtc/api/peerconnectionfactory.cc » ('j') | webrtc/base/physicalsocketserver.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnectionendtoend_unittest.cc
diff --git a/webrtc/api/peerconnectionendtoend_unittest.cc b/webrtc/api/peerconnectionendtoend_unittest.cc
index 20df17bc63e439924002ab9f0dbb912256c3b77a..ace455f755c4a1a443acb83b64b8899cab23e02b 100644
--- a/webrtc/api/peerconnectionendtoend_unittest.cc
+++ b/webrtc/api/peerconnectionendtoend_unittest.cc
@@ -36,7 +36,7 @@ using webrtc::PeerConnectionInterface;
namespace {
-const size_t kMaxWait = 10000;
+const int kMaxWait = 10000;
} // namespace
« no previous file with comments | « no previous file | webrtc/api/peerconnectionfactory.cc » ('j') | webrtc/base/physicalsocketserver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698