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

Unified Diff: mojo/public/cpp/bindings/tests/message_queue.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/bindings/tests/message_queue.h
diff --git a/mojo/public/cpp/bindings/tests/message_queue.h b/mojo/public/cpp/bindings/tests/message_queue.h
index 823758d5376cf872f12e65623a6d4b3c822a4fba..88598695848f8bf13572cc84f69446366d516d54 100644
--- a/mojo/public/cpp/bindings/tests/message_queue.h
+++ b/mojo/public/cpp/bindings/tests/message_queue.h
@@ -7,7 +7,7 @@
#include <queue>
-#include "mojo/public/cpp/system/macros.h"
+#include "base/macros.h"
namespace mojo {
class Message;
@@ -36,7 +36,7 @@ class MessageQueue {
std::queue<Message*> queue_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(MessageQueue);
+ DISALLOW_COPY_AND_ASSIGN(MessageQueue);
};
} // namespace test
« no previous file with comments | « mojo/public/cpp/bindings/tests/equals_unittest.cc ('k') | mojo/public/cpp/bindings/tests/versioning_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698