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

Unified Diff: mojo/public/cpp/bindings/tests/equals_unittest.cc

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/public/cpp/bindings/tests/bindings_perftest.cc ('k') | mojo/public/cpp/bindings/tests/message_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/equals_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/equals_unittest.cc b/mojo/public/cpp/bindings/tests/equals_unittest.cc
index 5c460d2291ccea81cccf04f9fdceb0448a376a04..37b25ca1643b402c49e92c2b29a0a57032d5f96f 100644
--- a/mojo/public/cpp/bindings/tests/equals_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/equals_unittest.cc
@@ -123,13 +123,13 @@ TEST_F(EqualsTest, InterfacePtr) {
EXPECT_TRUE(InterfaceValueTraits::Equals(inf1, inf2));
auto inf1_request = GetProxy(&inf1);
- MOJO_ALLOW_UNUSED_LOCAL(inf1_request);
+ ALLOW_UNUSED_LOCAL(inf1_request);
EXPECT_TRUE(InterfaceValueTraits::Equals(inf1, inf1));
EXPECT_FALSE(InterfaceValueTraits::Equals(inf1, inf2));
auto inf2_request = GetProxy(&inf2);
- MOJO_ALLOW_UNUSED_LOCAL(inf2_request);
+ ALLOW_UNUSED_LOCAL(inf2_request);
EXPECT_FALSE(InterfaceValueTraits::Equals(inf1, inf2));
}
« no previous file with comments | « mojo/public/cpp/bindings/tests/bindings_perftest.cc ('k') | mojo/public/cpp/bindings/tests/message_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698