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

Unified Diff: mojo/system/raw_channel.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/proxy_message_pipe_endpoint.h ('k') | mojo/system/simple_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/raw_channel.h
diff --git a/mojo/system/raw_channel.h b/mojo/system/raw_channel.h
index f6b1b4a07fbce9a53ac7464cf45c6674cd413adf..6f6c24e072e0a361cf55ec6cec2bc4b3f0c2a283 100644
--- a/mojo/system/raw_channel.h
+++ b/mojo/system/raw_channel.h
@@ -8,8 +8,8 @@
#include <vector>
#include "base/basictypes.h"
-#include "mojo/public/system/system_export.h"
#include "mojo/system/limits.h"
+#include "mojo/system/system_impl_export.h"
namespace base {
class MessageLoop;
@@ -40,13 +40,13 @@ struct PlatformChannelHandle;
//
// With the exception of |WriteMessage()|, this class is thread-unsafe (and in
// general its methods should only be used on the I/O thread).
-class MOJO_SYSTEM_EXPORT RawChannel {
+class MOJO_SYSTEM_IMPL_EXPORT RawChannel {
public:
virtual ~RawChannel() {}
// The |Delegate| is only accessed on the same thread as the message loop
// (passed in on creation).
- class MOJO_SYSTEM_EXPORT Delegate {
+ class MOJO_SYSTEM_IMPL_EXPORT Delegate {
public:
enum FatalError {
FATAL_ERROR_UNKNOWN = 0,
« no previous file with comments | « mojo/system/proxy_message_pipe_endpoint.h ('k') | mojo/system/simple_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698