| 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,
|
|
|