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

Unified Diff: mojo/public/cpp/environment/logging.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/logging.h
diff --git a/mojo/public/cpp/environment/logging.h b/mojo/public/cpp/environment/logging.h
index fb275dbecce238fa27f9e60fc7a18085ed01f088..834ba6b1211dde33159f45dfc6a674970b8feb14 100644
--- a/mojo/public/cpp/environment/logging.h
+++ b/mojo/public/cpp/environment/logging.h
@@ -14,6 +14,7 @@
#include <sstream>
+#include "base/macros.h"
#include "mojo/public/c/environment/logger.h"
#include "mojo/public/cpp/environment/environment.h"
#include "mojo/public/cpp/system/macros.h"
@@ -81,7 +82,7 @@ class LogMessage {
const int line_;
std::ostringstream stream_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(LogMessage);
+ DISALLOW_COPY_AND_ASSIGN(LogMessage);
};
// Used to ignore a stream.
« no previous file with comments | « mojo/public/cpp/environment/lib/scoped_task_tracking.h ('k') | mojo/public/cpp/environment/tests/async_wait_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698