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

Unified Diff: components/mus/public/cpp/lib/window_tree_client_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 | « components/mus/public/cpp/lib/window_private.h ('k') | components/mus/public/cpp/tests/test_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/lib/window_tree_client_impl.h
diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.h b/components/mus/public/cpp/lib/window_tree_client_impl.h
index 9d75fa7508bbb7200b1207bc6323861e975f1db5..7e2681959eeb65d709afb01116990100cee67aad 100644
--- a/components/mus/public/cpp/lib/window_tree_client_impl.h
+++ b/components/mus/public/cpp/lib/window_tree_client_impl.h
@@ -293,7 +293,7 @@ class WindowTreeClientImpl : public WindowTreeConnection,
window_manager_internal_;
mojom::WindowManagerClientAssociatedPtr window_manager_internal_client_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(WindowTreeClientImpl);
+ DISALLOW_COPY_AND_ASSIGN(WindowTreeClientImpl);
};
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/lib/window_private.h ('k') | components/mus/public/cpp/tests/test_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698