Chromium Code Reviews

Unified Diff: webrtc/base/socket_unittest.h

Issue 2218853002: Reland Enable socketservers unittests on windows. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disable failing tests Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/base/physicalsocketserver_unittest.cc ('k') | webrtc/base/socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/socket_unittest.h
diff --git a/webrtc/base/socket_unittest.h b/webrtc/base/socket_unittest.h
index 41f0a653cb8c9b900ad2ca74d53016676f924bb4..82b7ea5aaf4d0ace4f3929df3bfcce423a7b60fd 100644
--- a/webrtc/base/socket_unittest.h
+++ b/webrtc/base/socket_unittest.h
@@ -65,7 +65,7 @@ class SocketTest : public testing::Test {
protected:
void TcpInternal(const IPAddress& loopback, size_t data_size,
- ssize_t max_send_size);
+ ptrdiff_t max_send_size);
private:
void ConnectInternal(const IPAddress& loopback);
« no previous file with comments | « webrtc/base/physicalsocketserver_unittest.cc ('k') | webrtc/base/socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine