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

Unified Diff: mojo/public/cpp/environment/async_waiter.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
Index: mojo/public/cpp/environment/async_waiter.h
diff --git a/mojo/public/cpp/environment/async_waiter.h b/mojo/public/cpp/environment/async_waiter.h
index 83b7c8a7c5d7d8b0f116d0e0f479f73da0e4e677..afb4ad152961da7382daf1fd7e7b99a1ab6d0f50 100644
--- a/mojo/public/cpp/environment/async_waiter.h
+++ b/mojo/public/cpp/environment/async_waiter.h
@@ -32,7 +32,7 @@ class AsyncWaiter {
MojoAsyncWaitID id_;
const Callback callback_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(AsyncWaiter);
+ DISALLOW_COPY_AND_ASSIGN(AsyncWaiter);
};
} // namespace mojo
« no previous file with comments | « mojo/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/public/cpp/environment/environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698