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

Unified Diff: components/mus/common/window_tracker.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 | « no previous file | components/mus/public/cpp/lib/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/window_tracker.h
diff --git a/components/mus/common/window_tracker.h b/components/mus/common/window_tracker.h
index bc94b8eeb9c05fce71c426d7a55f615d7b9fc13b..8446bbf3b6915f532a549f5886fb50be4d4160bd 100644
--- a/components/mus/common/window_tracker.h
+++ b/components/mus/common/window_tracker.h
@@ -60,7 +60,7 @@ class WindowTrackerTemplate : public TObserver {
private:
WindowList windows_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(WindowTrackerTemplate);
+ DISALLOW_COPY_AND_ASSIGN(WindowTrackerTemplate);
};
} // namespace mus
« no previous file with comments | « no previous file | components/mus/public/cpp/lib/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698