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

Unified Diff: net/quic/quic_dispatcher.h

Issue 361083002: Small cleanups to ported QuicServer and dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/quic/quic_dispatcher.h
diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
index e7a5e950133917d183a5132acee991adf2b5241f..4875b612fa418f2e3080b00f70f412bbf0c24729 100644
--- a/net/quic/quic_dispatcher.h
+++ b/net/quic/quic_dispatcher.h
@@ -53,9 +53,9 @@ class ProcessPacketInterface {
const QuicEncryptedPacket& packet) = 0;
};
-class QuicDispatcher : public QuicBlockedWriterInterface,
- public QuicServerSessionVisitor,
- public ProcessPacketInterface {
+class NET_EXPORT_PRIVATE QuicDispatcher : public QuicBlockedWriterInterface,
+ public QuicServerSessionVisitor,
+ public ProcessPacketInterface {
public:
// Ideally we'd have a linked_hash_set: the boolean is unused.
typedef linked_hash_map<QuicBlockedWriterInterface*, bool> WriteBlockedList;

Powered by Google App Engine
This is Rietveld 408576698