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

Unified Diff: net/quic/quic_server.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_server.h
diff --git a/net/quic/quic_server.h b/net/quic/quic_server.h
index a25627c68cf55e08c319dda4482c966a5108137f..6aff37b2b3bda3f20042d099b33f0c1ca2861115 100644
--- a/net/quic/quic_server.h
+++ b/net/quic/quic_server.h
@@ -29,7 +29,7 @@ class QuicConnectionHelperInterface;
class QuicDispatcher;
class UDPServerSocket;
-class QuicServer {
+class NET_EXPORT_PRIVATE QuicServer {
wtc 2014/07/02 01:01:41 This should be unnecessary if QuicServer is part o
public:
QuicServer(const QuicConfig& config,
const QuicVersionVector& supported_versions);

Powered by Google App Engine
This is Rietveld 408576698