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

Unified Diff: mojo/public/cpp/environment/environment.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
« no previous file with comments | « mojo/public/cpp/environment/async_waiter.h ('k') | mojo/public/cpp/environment/lib/default_async_waiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/environment/environment.h
diff --git a/mojo/public/cpp/environment/environment.h b/mojo/public/cpp/environment/environment.h
index 3a544286de354a3678c4a767dd8be69460f17e5f..4cfb963c03d5745acb35ccdb381fd606f0f744b3 100644
--- a/mojo/public/cpp/environment/environment.h
+++ b/mojo/public/cpp/environment/environment.h
@@ -5,7 +5,7 @@
#ifndef MOJO_PUBLIC_CPP_ENVIRONMENT_ENVIRONMENT_H_
#define MOJO_PUBLIC_CPP_ENVIRONMENT_ENVIRONMENT_H_
-#include "mojo/public/cpp/system/macros.h"
+#include "base/macros.h"
struct MojoAsyncWaiter;
struct MojoLogger;
@@ -45,7 +45,7 @@ class Environment {
static void DestroyDefaultRunLoop();
private:
- MOJO_DISALLOW_COPY_AND_ASSIGN(Environment);
+ DISALLOW_COPY_AND_ASSIGN(Environment);
};
} // namespace mojo
« no previous file with comments | « mojo/public/cpp/environment/async_waiter.h ('k') | mojo/public/cpp/environment/lib/default_async_waiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698