| Index: mojo/edk/system/channel_endpoint_client.h
|
| diff --git a/mojo/edk/system/channel_endpoint_client.h b/mojo/edk/system/channel_endpoint_client.h
|
| index 7692119de2c5292133549f077414e1a882584a6f..d2260f1db7606bf42fb0eacfa9a7ece0683db01d 100644
|
| --- a/mojo/edk/system/channel_endpoint_client.h
|
| +++ b/mojo/edk/system/channel_endpoint_client.h
|
| @@ -6,7 +6,6 @@
|
| #define MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_CLIENT_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| @@ -30,7 +29,7 @@ class MessageInTransit;
|
| // after |ChannelEndpoint::DetachFromClient()| has been called (so the
|
| // |ChannelEndpoint| has apparently relinquished its pointer to the
|
| // |ChannelEndpointClient|).
|
| -class MOJO_SYSTEM_IMPL_EXPORT ChannelEndpointClient
|
| +class ChannelEndpointClient
|
| : public base::RefCountedThreadSafe<ChannelEndpointClient> {
|
| public:
|
| // Called by |ChannelEndpoint| in response to its |OnReadMessage()|, which is
|
|
|