Index: mojo/system/dispatcher.h |
diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h |
index 74403c05a3f1b3ebc55decb5adfdff68c3f162fd..c8ed307018a9a1966a6ff80469f50f54e16c5618 100644 |
--- a/mojo/system/dispatcher.h |
+++ b/mojo/system/dispatcher.h |
@@ -11,7 +11,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/synchronization/lock.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 { |
@@ -24,7 +24,7 @@ class Waiter; |
// object is thread-safe, with its state being protected by a single lock |
// |lock_|, which is also made available to implementation subclasses (via the |
// |lock()| method). |
-class MOJO_SYSTEM_EXPORT Dispatcher : |
+class MOJO_SYSTEM_IMPL_EXPORT Dispatcher : |
public base::RefCountedThreadSafe<Dispatcher> { |
public: |
// These methods implement the various primitives named |Mojo...()|. These |