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

Unified Diff: components/mus/public/cpp/lib/window.cc

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/common/window_tracker.h ('k') | components/mus/public/cpp/lib/window_private.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.cc
diff --git a/components/mus/public/cpp/lib/window.cc b/components/mus/public/cpp/lib/window.cc
index b2955f15b9c66f3ea8d860677768403c8aa86b42..04dee4a4d47cd24aab391e551c4cc23d5aaeab9f 100644
--- a/components/mus/public/cpp/lib/window.cc
+++ b/components/mus/public/cpp/lib/window.cc
@@ -78,7 +78,7 @@ class ScopedTreeNotifier {
private:
WindowObserver::TreeChangeParams params_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(ScopedTreeNotifier);
+ DISALLOW_COPY_AND_ASSIGN(ScopedTreeNotifier);
};
void RemoveChildImpl(Window* child, Window::Children* children) {
@@ -117,7 +117,7 @@ class OrderChangedNotifier {
Window* relative_window_;
mojom::OrderDirection direction_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(OrderChangedNotifier);
+ DISALLOW_COPY_AND_ASSIGN(OrderChangedNotifier);
};
class ScopedSetBoundsNotifier {
@@ -140,7 +140,7 @@ class ScopedSetBoundsNotifier {
const gfx::Rect old_bounds_;
const gfx::Rect new_bounds_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(ScopedSetBoundsNotifier);
+ DISALLOW_COPY_AND_ASSIGN(ScopedSetBoundsNotifier);
};
// Some operations are only permitted in the connection that created the window.
« no previous file with comments | « components/mus/common/window_tracker.h ('k') | components/mus/public/cpp/lib/window_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698