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

Unified Diff: components/mus/public/cpp/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/window.h
diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
index 4b5d711f6c7e1b189d0cbb93d91f064cd8e4b5df..92db4c7ec1b8ec08bb07f9d74004b6fbfa597bfb 100644
--- a/components/mus/public/cpp/window.h
+++ b/components/mus/public/cpp/window.h
@@ -328,7 +328,7 @@ class Window {
std::map<const void*, Value> prop_map_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(Window);
+ DISALLOW_COPY_AND_ASSIGN(Window);
};
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/tests/window_unittest.cc ('k') | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698