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

Unified Diff: net/tools/quic/quic_simple_client.h

Issue 1017973002: Implement working tests for the simple QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no export Created 5 years, 9 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
Index: net/tools/quic/quic_simple_client.h
diff --git a/net/tools/quic/quic_simple_client.h b/net/tools/quic/quic_simple_client.h
index b44e693cba360d1b759c171035a50e3e0e895f13..6e1a7bb6e5ac2af8c0bba05f29fb6825fffaff81 100644
--- a/net/tools/quic/quic_simple_client.h
+++ b/net/tools/quic/quic_simple_client.h
@@ -41,7 +41,7 @@ class QuicClientPeer;
} // namespace test
class QuicSimpleClient : public QuicDataStream::Visitor,
- public QuicPacketReader::Visitor {
+ public QuicPacketReader::Visitor {
Nico 2015/03/21 03:59:53 ?
Ryan Hamilton 2015/03/21 04:11:40 Gah! I removed NET_EXPORT_PRIVATE but forgot to fi
public:
class ResponseListener {
public:

Powered by Google App Engine
This is Rietveld 408576698