Index: mojo/edk/system/async_waiter.h |
diff --git a/mojo/edk/system/async_waiter.h b/mojo/edk/system/async_waiter.h |
index 19ef5d6fee43cc2fa08d186f6da53c330b5f89f7..8a1ed1c5db4fb5d7673bdefd7a2f4242385ccf69 100644 |
--- a/mojo/edk/system/async_waiter.h |
+++ b/mojo/edk/system/async_waiter.h |
@@ -6,10 +6,10 @@ |
#define MOJO_EDK_SYSTEM_ASYNC_WAITER_H_ |
#include "base/callback.h" |
+#include "base/macros.h" |
#include "mojo/edk/system/awakable.h" |
#include "mojo/edk/system/system_impl_export.h" |
#include "mojo/public/c/system/types.h" |
-#include "mojo/public/cpp/system/macros.h" |
namespace mojo { |
namespace edk { |
@@ -29,7 +29,7 @@ class MOJO_SYSTEM_IMPL_EXPORT AsyncWaiter final : public Awakable { |
AwakeCallback callback_; |
- MOJO_DISALLOW_COPY_AND_ASSIGN(AsyncWaiter); |
+ DISALLOW_COPY_AND_ASSIGN(AsyncWaiter); |
}; |
} // namespace edk |