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

Unified Diff: net/quic/test_tools/quic_test_utils.h

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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_connection_peer.cc ('k') | net/server/http_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_test_utils.h
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h
index 867e8de42b0686fb00038baeed87d25a346c24f3..ea5e5efa64a0e28806349278f6fd89417bf23467 100644
--- a/net/quic/test_tools/quic_test_utils.h
+++ b/net/quic/test_tools/quic_test_utils.h
@@ -538,7 +538,7 @@ class MockNetworkChangeVisitor :
MockNetworkChangeVisitor();
virtual ~MockNetworkChangeVisitor();
- MOCK_METHOD1(OnCongestionWindowChange, void(QuicByteCount));
+ MOCK_METHOD0(OnCongestionWindowChange, void());
private:
DISALLOW_COPY_AND_ASSIGN(MockNetworkChangeVisitor);
« no previous file with comments | « net/quic/test_tools/quic_connection_peer.cc ('k') | net/server/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698