| Index: mojo/system/waiter.h
|
| diff --git a/mojo/system/waiter.h b/mojo/system/waiter.h
|
| index bdd33fc5eb4fc3254e7f1d6c0947b0dfc2f70f35..a2e80761d71ef5054dca57b5533063a8aac562ab 100644
|
| --- a/mojo/system/waiter.h
|
| +++ b/mojo/system/waiter.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| #include "mojo/public/system/core.h"
|
| +#include "mojo/public/system/system_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -17,7 +18,7 @@ namespace system {
|
| // under other locks, in particular, |Dispatcher::lock_|s, so |Waiter| methods
|
| // must never call out to other objects (in particular, |Dispatcher|s). This
|
| // class is thread-safe.
|
| -class Waiter {
|
| +class MOJO_SYSTEM_EXPORT Waiter {
|
| public:
|
| Waiter();
|
| ~Waiter();
|
|
|