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

Unified Diff: net/quic/quartc/quartc_factory.h

Issue 2916033003: Landing Recent QUIC changes until 03:18 AM, May 28, UTC (Closed)
Patch Set: A few more EXPORTs. Created 3 years, 7 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
« no previous file with comments | « net/quic/core/stream_notifier_interface.h ('k') | net/quic/quartc/quartc_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_factory.h
diff --git a/net/quic/quartc/quartc_factory.h b/net/quic/quartc/quartc_factory.h
index d6601d9471f894ba9bdd37d755578d40e8a48d13..99268a58dd33d068ad5288f3d5655d32de9d6045 100644
--- a/net/quic/quartc/quartc_factory.h
+++ b/net/quic/quartc/quartc_factory.h
@@ -18,9 +18,9 @@ namespace net {
// QuartcSessionInterface. Implements the QuicAlarmFactory to create alarms
// using the QuartcTaskRunner. Implements the QuicConnectionHelperInterface used
// by the QuicConnections. Only one QuartcFactory is expected to be created.
-class QuartcFactory : public QuartcFactoryInterface,
- public QuicAlarmFactory,
- public QuicConnectionHelperInterface {
+class QUIC_EXPORT_PRIVATE QuartcFactory : public QuartcFactoryInterface,
+ public QuicAlarmFactory,
+ public QuicConnectionHelperInterface {
public:
QuartcFactory(const QuartcFactoryConfig& factory_config);
~QuartcFactory() override;
« no previous file with comments | « net/quic/core/stream_notifier_interface.h ('k') | net/quic/quartc/quartc_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698