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

Unified Diff: components/mus/public/cpp/tests/test_window.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: components/mus/public/cpp/tests/test_window.h
diff --git a/components/mus/public/cpp/tests/test_window.h b/components/mus/public/cpp/tests/test_window.h
index 47557cefcbf3030012737529459b1058a0bb0e6b..708f00d8bd220b33e6a11150202ee1109d49ad3a 100644
--- a/components/mus/public/cpp/tests/test_window.h
+++ b/components/mus/public/cpp/tests/test_window.h
@@ -19,7 +19,7 @@ class TestWindow : public Window {
~TestWindow() {}
private:
- MOJO_DISALLOW_COPY_AND_ASSIGN(TestWindow);
+ DISALLOW_COPY_AND_ASSIGN(TestWindow);
};
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client_impl.h ('k') | components/mus/public/cpp/tests/window_server_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698