aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/sync_handle_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/bindings/sync_handle_watcher.h')
-rw-r--r--mojo/public/cpp/bindings/sync_handle_watcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mojo/public/cpp/bindings/sync_handle_watcher.h b/mojo/public/cpp/bindings/sync_handle_watcher.h
index 36b796b..eff73dd 100644
--- a/mojo/public/cpp/bindings/sync_handle_watcher.h
+++ b/mojo/public/cpp/bindings/sync_handle_watcher.h
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/threading/thread_checker.h"
+#include "mojo/public/cpp/bindings/bindings_export.h"
#include "mojo/public/cpp/bindings/sync_handle_registry.h"
#include "mojo/public/cpp/system/core.h"
@@ -25,7 +26,7 @@ namespace mojo {
// associated endpoints on different threads.
//
// This class is not thread safe.
-class SyncHandleWatcher {
+class MOJO_CPP_BINDINGS_EXPORT SyncHandleWatcher {
public:
// Note: |handle| must outlive this object.
SyncHandleWatcher(const Handle& handle,