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

Unified Diff: mojo/edk/system/awakable_list.h

Issue 1755003002: Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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
« no previous file with comments | « mojo/edk/system/async_waiter.h ('k') | mojo/edk/system/awakable_list_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/edk/system/async_waiter.h ('k') | mojo/edk/system/awakable_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698