Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: mojo/system/waiter.h

Issue 25895002: Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe create… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exports to template instantiations Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« build/all.gyp ('K') | « mojo/system/simple_dispatcher.h ('k') | mojo/system/waiter_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698