Index: mojo/system/waiter_list.h |
diff --git a/mojo/system/waiter_list.h b/mojo/system/waiter_list.h |
index e23c13883e5392574f5daabfbcb6a3692a092627..a14804b1bd96c5afaab5b345606521fa18d8a62b 100644 |
--- a/mojo/system/waiter_list.h |
+++ b/mojo/system/waiter_list.h |
@@ -9,7 +9,7 @@ |
#include "base/basictypes.h" |
#include "mojo/public/system/core.h" |
-#include "mojo/public/system/system_export.h" |
+#include "mojo/system/system_impl_export.h" |
namespace mojo { |
namespace system { |
@@ -23,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 MOJO_SYSTEM_EXPORT WaiterList { |
+class MOJO_SYSTEM_IMPL_EXPORT WaiterList { |
public: |
WaiterList(); |
~WaiterList(); |