Index: mojo/system/message_pipe_dispatcher.h |
diff --git a/mojo/system/message_pipe_dispatcher.h b/mojo/system/message_pipe_dispatcher.h |
index b52ebb82cd84c05d64d655bc1e5fc8f6af169809..a0e2f09130b46f8a3bf0bec96c4e77080ebd0e8d 100644 |
--- a/mojo/system/message_pipe_dispatcher.h |
+++ b/mojo/system/message_pipe_dispatcher.h |
@@ -8,6 +8,7 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
+#include "mojo/public/system/system_export.h" |
#include "mojo/system/dispatcher.h" |
namespace mojo { |
@@ -17,7 +18,7 @@ class MessagePipe; |
// This is the |Dispatcher| implementation for message pipes (created by the |
// Mojo primitive |MojoCreateMessagePipe()|). This class is thread-safe. |
-class MessagePipeDispatcher : public Dispatcher { |
+class MOJO_SYSTEM_EXPORT MessagePipeDispatcher : public Dispatcher { |
public: |
MessagePipeDispatcher(); |