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

Unified Diff: mojo/edk/test/scoped_ipc_support.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/multiprocess_test_helper.h ('k') | mojo/edk/test/test_support_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/scoped_ipc_support.h
diff --git a/mojo/edk/test/scoped_ipc_support.h b/mojo/edk/test/scoped_ipc_support.h
index e9202652f955983ffc3ee7c6d19048c9eddf84db..bb1f45804a4c20d07fb2b4908c2387690a22eb0c 100644
--- a/mojo/edk/test/scoped_ipc_support.h
+++ b/mojo/edk/test/scoped_ipc_support.h
@@ -34,7 +34,7 @@ class ScopedIPCSupportHelper {
base::RunLoop run_loop_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupportHelper);
+ DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupportHelper);
};
} // namespace internal
@@ -54,7 +54,7 @@ class ScopedIPCSupport : public ProcessDelegate {
internal::ScopedIPCSupportHelper helper_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupport);
+ DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupport);
};
} // namespace test
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper.h ('k') | mojo/edk/test/test_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698