| Index: mojo/edk/system/data_pipe_producer_dispatcher.h
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.h b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| index 7ce51566001a4aad9d421dadee2d9f43bb0fe53e..53fa291da538cdab1db86f0c9d02be04d1e2abcc 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "mojo/edk/system/dispatcher.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| @@ -18,8 +17,7 @@ class DataPipe;
|
| // This is the |Dispatcher| implementation for the producer handle for data
|
| // pipes (created by the Mojo primitive |MojoCreateDataPipe()|). This class is
|
| // thread-safe.
|
| -class MOJO_SYSTEM_IMPL_EXPORT DataPipeProducerDispatcher final
|
| - : public Dispatcher {
|
| +class DataPipeProducerDispatcher final : public Dispatcher {
|
| public:
|
| static scoped_refptr<DataPipeProducerDispatcher> Create() {
|
| return make_scoped_refptr(new DataPipeProducerDispatcher());
|
|
|