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

Unified Diff: mojo/public/cpp/utility/thread.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/utility/thread.h
diff --git a/mojo/public/cpp/utility/thread.h b/mojo/public/cpp/utility/thread.h
index b7d10ee7037e4e628edeaf5445c3e9aac8af459d..c3fb3720e8cff3404887fcce007a2f7a7f91c8bd 100644
--- a/mojo/public/cpp/utility/thread.h
+++ b/mojo/public/cpp/utility/thread.h
@@ -12,7 +12,7 @@
#include <pthread.h>
#include <stddef.h>
-#include "mojo/public/cpp/system/macros.h"
+#include "base/macros.h"
namespace mojo {
@@ -54,7 +54,7 @@ class Thread {
bool started_;
bool joined_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(Thread);
+ DISALLOW_COPY_AND_ASSIGN(Thread);
};
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698