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

Unified Diff: mojo/system/proxy_message_pipe_endpoint.h

Issue 106173003: Split mojo_system dylib into public and private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 7 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 | « mojo/system/platform_channel.h ('k') | mojo/system/raw_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/proxy_message_pipe_endpoint.h
diff --git a/mojo/system/proxy_message_pipe_endpoint.h b/mojo/system/proxy_message_pipe_endpoint.h
index 262ab9b268a995a32ff6156e9980a255da3da75c..a4122ecde5e4d1219a91b7e1074079217db437a8 100644
--- a/mojo/system/proxy_message_pipe_endpoint.h
+++ b/mojo/system/proxy_message_pipe_endpoint.h
@@ -13,9 +13,9 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "mojo/public/system/core.h"
-#include "mojo/public/system/system_export.h"
#include "mojo/system/message_in_transit.h"
#include "mojo/system/message_pipe_endpoint.h"
+#include "mojo/system/system_impl_export.h"
namespace mojo {
namespace system {
@@ -37,7 +37,8 @@ class Channel;
// before destruction; this is done inside |Close()|.
// - When attached, a |ProxyMessagePipeEndpoint| starts out not running. When
// run, it gets a remote ID.
-class MOJO_SYSTEM_EXPORT ProxyMessagePipeEndpoint : public MessagePipeEndpoint {
+class MOJO_SYSTEM_IMPL_EXPORT ProxyMessagePipeEndpoint
+ : public MessagePipeEndpoint {
public:
ProxyMessagePipeEndpoint();
virtual ~ProxyMessagePipeEndpoint();
« no previous file with comments | « mojo/system/platform_channel.h ('k') | mojo/system/raw_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698