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

Unified Diff: mojo/edk/test/test_support_impl.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/edk/test/scoped_ipc_support.h ('k') | mojo/gles2/gles2_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/test_support_impl.h
diff --git a/mojo/edk/test/test_support_impl.h b/mojo/edk/test/test_support_impl.h
index e672999b954b2283eb2d972ea5e080fbb2f56fc1..ebb5ce658a82e6f8b0f6f85cc882a387557938e8 100644
--- a/mojo/edk/test/test_support_impl.h
+++ b/mojo/edk/test/test_support_impl.h
@@ -7,7 +7,7 @@
#include <stdio.h>
-#include "mojo/public/cpp/system/macros.h"
+#include "base/macros.h"
#include "mojo/public/tests/test_support_private.h"
namespace mojo {
@@ -28,7 +28,7 @@ class TestSupportImpl : public mojo::test::TestSupport {
const char* relative_path) override;
private:
- MOJO_DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
+ DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
};
} // namespace test
« no previous file with comments | « mojo/edk/test/scoped_ipc_support.h ('k') | mojo/gles2/gles2_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698