| Index: mojo/edk/system/awakable_list.h
|
| diff --git a/mojo/edk/system/awakable_list.h b/mojo/edk/system/awakable_list.h
|
| index a80f5d6f8f7c81abd301c1351053c42abf2a95c5..355677f7036771af72221e0ceee8d9d7c09b6f60 100644
|
| --- a/mojo/edk/system/awakable_list.h
|
| +++ b/mojo/edk/system/awakable_list.h
|
| @@ -10,11 +10,11 @@
|
|
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/edk/system/watcher.h"
|
| #include "mojo/edk/system/watcher_set.h"
|
| #include "mojo/public/c/system/types.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace edk {
|
| @@ -63,7 +63,7 @@ class MOJO_SYSTEM_IMPL_EXPORT AwakableList {
|
| // dispatchers.
|
| WatcherSet watchers_;
|
|
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(AwakableList);
|
| + DISALLOW_COPY_AND_ASSIGN(AwakableList);
|
| };
|
|
|
| } // namespace edk
|
|
|