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

Unified Diff: mojo/edk/system/core_test_base.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/awakable_list_unittest.cc ('k') | mojo/edk/system/core_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/core_test_base.h
diff --git a/mojo/edk/system/core_test_base.h b/mojo/edk/system/core_test_base.h
index 37d78d0180a699b75a5dcf5ef28c48630e42f55d..665b9a04a3dd37b884d8227936fac51c2cb81ece 100644
--- a/mojo/edk/system/core_test_base.h
+++ b/mojo/edk/system/core_test_base.h
@@ -7,6 +7,7 @@
#include <stddef.h>
+#include "base/macros.h"
#include "base/synchronization/lock.h"
#include "mojo/edk/embedder/embedder_internal.h"
#include "mojo/edk/system/test_utils.h"
@@ -38,7 +39,7 @@ class CoreTestBase : public testing::Test {
Core* core();
private:
- MOJO_DISALLOW_COPY_AND_ASSIGN(CoreTestBase);
+ DISALLOW_COPY_AND_ASSIGN(CoreTestBase);
};
class CoreTestBase_MockHandleInfo {
@@ -101,7 +102,7 @@ class CoreTestBase_MockHandleInfo {
bool add_awakable_allowed_;
std::vector<Awakable*> added_awakables_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(CoreTestBase_MockHandleInfo);
+ DISALLOW_COPY_AND_ASSIGN(CoreTestBase_MockHandleInfo);
};
} // namespace test
« no previous file with comments | « mojo/edk/system/awakable_list_unittest.cc ('k') | mojo/edk/system/core_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698