| Index: mojo/edk/system/ipc_support.h
|
| diff --git a/mojo/edk/system/ipc_support.h b/mojo/edk/system/ipc_support.h
|
| index d32f8f2d75e756946963168b9aec56b481d925d3..3cb948a75ccfc7663370aa396a297b461b9a90cf 100644
|
| --- a/mojo/edk/system/ipc_support.h
|
| +++ b/mojo/edk/system/ipc_support.h
|
| @@ -17,7 +17,6 @@
|
| #include "mojo/edk/system/channel_id.h"
|
| #include "mojo/edk/system/connection_identifier.h"
|
| #include "mojo/edk/system/process_identifier.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| @@ -54,7 +53,7 @@ void MultiprocessMasterSlaveInternalTestChildTest();
|
| //
|
| // Except for |ShutdownOnIOThread()|, this class is thread-safe. (No methods may
|
| // be called during/after |ShutdownOnIOThread()|.)
|
| -class MOJO_SYSTEM_IMPL_EXPORT IPCSupport {
|
| +class IPCSupport {
|
| public:
|
| // Constructor: initializes for the given |process_type|; |process_delegate|
|
| // must match the process type. |platform_handle| is only used for slave
|
|
|