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

Unified Diff: mojo/system/waiter_list.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
« build/all.gyp ('K') | « mojo/system/waiter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/waiter_list.h
diff --git a/mojo/system/waiter_list.h b/mojo/system/waiter_list.h
index 23933e3f07bb6119d1b3693a29526009be87ee50..e23c13883e5392574f5daabfbcb6a3692a092627 100644
--- a/mojo/system/waiter_list.h
+++ b/mojo/system/waiter_list.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "mojo/public/system/core.h"
+#include "mojo/public/system/system_export.h"
namespace mojo {
namespace system {
@@ -22,7 +23,7 @@ class Waiter;
// object (see simple_dispatcher.* and the explanatory comment in core_impl.cc).
// This class is thread-unsafe (all concurrent access must be protected by some
// lock).
-class WaiterList {
+class MOJO_SYSTEM_EXPORT WaiterList {
public:
WaiterList();
~WaiterList();
« build/all.gyp ('K') | « mojo/system/waiter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698