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

Unified Diff: net/quic/test_tools/quic_stream_factory_peer.cc

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 years 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 | « net/quic/test_tools/quic_stream_factory_peer.h ('k') | net/quic/test_tools/quic_stream_sequencer_peer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_stream_factory_peer.cc
diff --git a/net/quic/test_tools/quic_stream_factory_peer.cc b/net/quic/test_tools/quic_stream_factory_peer.cc
index 7f002fb51370b96a59643744b7316c49609deb10..99c4ef3feba49b7daac020db1ca5f79749d9e907 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.cc
+++ b/net/quic/test_tools/quic_stream_factory_peer.cc
@@ -64,12 +64,12 @@ void QuicStreamFactoryPeer::SetTaskRunner(QuicStreamFactory* factory,
int QuicStreamFactoryPeer::GetNumberOfLossyConnections(
QuicStreamFactory* factory,
- uint16 port) {
+ uint16_t port) {
return factory->number_of_lossy_connections_[port];
}
bool QuicStreamFactoryPeer::IsQuicDisabled(QuicStreamFactory* factory,
- uint16 port) {
+ uint16_t port) {
return factory->IsQuicDisabled(port);
}
« no previous file with comments | « net/quic/test_tools/quic_stream_factory_peer.h ('k') | net/quic/test_tools/quic_stream_sequencer_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698