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

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

Issue 2561893002: Add QUIC_EXPORT macros (Closed)
Patch Set: More Created 4 years 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/quartc/quartc_factory.h ('k') | net/quic/quartc/quartc_packet_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_factory_interface.h
diff --git a/net/quic/quartc/quartc_factory_interface.h b/net/quic/quartc/quartc_factory_interface.h
index 900ea70b74ad74a3d26611d58ecd48b39fccba2f..fe9c2bd77fdcf6aa989a18e0fc3e09aa37dfca5b 100644
--- a/net/quic/quartc/quartc_factory_interface.h
+++ b/net/quic/quartc/quartc_factory_interface.h
@@ -10,14 +10,14 @@
#include <memory>
-#include "net/base/net_export.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/quic/quartc/quartc_session_interface.h"
#include "net/quic/quartc/quartc_task_runner_interface.h"
namespace net {
// Used to create instances for Quartc objects such as QuartcSession.
-class NET_EXPORT_PRIVATE QuartcFactoryInterface {
+class QUIC_EXPORT_PRIVATE QuartcFactoryInterface {
public:
virtual ~QuartcFactoryInterface() {}
@@ -55,7 +55,7 @@ struct QuartcFactoryConfig {
};
// Creates a new instance of QuartcFactoryInterface.
-NET_EXPORT_PRIVATE std::unique_ptr<QuartcFactoryInterface> CreateQuartcFactory(
+QUIC_EXPORT_PRIVATE std::unique_ptr<QuartcFactoryInterface> CreateQuartcFactory(
const QuartcFactoryConfig& factory_config);
} // namespace net
« no previous file with comments | « net/quic/quartc/quartc_factory.h ('k') | net/quic/quartc/quartc_packet_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698