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

Unified Diff: mojo/edk/system/endpoint_relayer.h

Issue 1346383004: EDK: Remove MOJO_SYSTEM_IMPL_EXPORT, system_impl_export.h, etc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « mojo/edk/system/dispatcher.h ('k') | mojo/edk/system/handle_signals_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/endpoint_relayer.h
diff --git a/mojo/edk/system/endpoint_relayer.h b/mojo/edk/system/endpoint_relayer.h
index f6e8c163cdc72addf72a5ff3a94dd3090b605bbe..d30816790abb17fd107714a9e03e53d6a076cf14 100644
--- a/mojo/edk/system/endpoint_relayer.h
+++ b/mojo/edk/system/endpoint_relayer.h
@@ -10,7 +10,6 @@
#include "base/memory/ref_counted.h"
#include "mojo/edk/system/channel_endpoint_client.h"
#include "mojo/edk/system/mutex.h"
-#include "mojo/edk/system/system_impl_export.h"
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
@@ -20,8 +19,7 @@ class ChannelEndpoint;
// This is a simple |ChannelEndpointClient| that just relays messages between
// two |ChannelEndpoint|s (without the overhead of |MessagePipe|).
-class MOJO_SYSTEM_IMPL_EXPORT EndpointRelayer final
- : public ChannelEndpointClient {
+class EndpointRelayer final : public ChannelEndpointClient {
public:
// A class that can inspect and optionally handle messages of type
// |Type::ENDPOINT_CLIENT| received from either |ChannelEndpoint|.
@@ -31,7 +29,7 @@ class MOJO_SYSTEM_IMPL_EXPORT EndpointRelayer final
//
// Destructors may not call methods of the |EndpointRelayer| (nor of the
// |ChannelEndpoint|s).
- class MOJO_SYSTEM_IMPL_EXPORT Filter {
+ class Filter {
public:
virtual ~Filter() {}
« no previous file with comments | « mojo/edk/system/dispatcher.h ('k') | mojo/edk/system/handle_signals_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698