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

Unified Diff: mojo/public/cpp/bindings/tests/bindings_perftest.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
Index: mojo/public/cpp/bindings/tests/bindings_perftest.cc
diff --git a/mojo/public/cpp/bindings/tests/bindings_perftest.cc b/mojo/public/cpp/bindings/tests/bindings_perftest.cc
index 87337cd8cdbe1da0c901f2cb1e393178b291d605..8162f8111f0ce58a917f23cd9ae0d41c9c77c6ea 100644
--- a/mojo/public/cpp/bindings/tests/bindings_perftest.cc
+++ b/mojo/public/cpp/bindings/tests/bindings_perftest.cc
@@ -32,7 +32,7 @@ class PingServiceImpl : public test::PingService {
void Ping(const Callback<void()>& callback) override;
private:
- MOJO_DISALLOW_COPY_AND_ASSIGN(PingServiceImpl);
+ DISALLOW_COPY_AND_ASSIGN(PingServiceImpl);
};
void PingServiceImpl::Ping(const Callback<void()>& callback) {
@@ -52,7 +52,7 @@ class PingPongTest {
unsigned int iterations_to_run_;
unsigned int current_iterations_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(PingPongTest);
+ DISALLOW_COPY_AND_ASSIGN(PingPongTest);
};
PingPongTest::PingPongTest(test::PingServicePtr service)
« no previous file with comments | « mojo/public/cpp/bindings/tests/binding_unittest.cc ('k') | mojo/public/cpp/bindings/tests/equals_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698