Commit 08665753 authored by Wez's avatar Wez Committed by Commit Bot

Add missing BASE_EXPORT to base::AsyncDispatcher declaration.

This fixes the component build for Fuchsia.

TBR: sergeyu
Bug: 831384
Change-Id: Ifd335abe1f1013e28b0c266b525312b704b021e6
Reviewed-on: https://chromium-review.googlesource.com/1012587Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550697}
parent 17c449d1
...@@ -18,7 +18,7 @@ namespace base { ...@@ -18,7 +18,7 @@ namespace base {
// Implementation of dispatcher for Fuchsia's async library. It's necessary to // Implementation of dispatcher for Fuchsia's async library. It's necessary to
// run Fuchsia's library on chromium threads. // run Fuchsia's library on chromium threads.
class AsyncDispatcher : public async_t { class BASE_EXPORT AsyncDispatcher : public async_t {
public: public:
AsyncDispatcher(); AsyncDispatcher();
~AsyncDispatcher(); ~AsyncDispatcher();
...@@ -81,4 +81,4 @@ class AsyncDispatcher : public async_t { ...@@ -81,4 +81,4 @@ class AsyncDispatcher : public async_t {
} // namespace base } // namespace base
#endif // BASE_FUCHSIA_ASYNC_DISPATCHER_H_ #endif // BASE_FUCHSIA_ASYNC_DISPATCHER_H_
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment