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

Unified Diff: mojo/public/cpp/system/tests/macros_unittest.cc

Issue 617503003: Mojo: MOJO_OVERRIDE -> override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 3 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 | « mojo/public/cpp/system/macros.h ('k') | mojo/public/cpp/utility/tests/mutex_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/system/tests/macros_unittest.cc
diff --git a/mojo/public/cpp/system/tests/macros_unittest.cc b/mojo/public/cpp/system/tests/macros_unittest.cc
index 2da1cd66a3cfc181d58b75eec621e36dd2de7f05..49a8005e887e311f005243064c95bad8d1d4af39 100644
--- a/mojo/public/cpp/system/tests/macros_unittest.cc
+++ b/mojo/public/cpp/system/tests/macros_unittest.cc
@@ -31,8 +31,8 @@ struct TestOverrideBaseClass {
struct TestOverrideSubclass : public TestOverrideBaseClass {
virtual ~TestOverrideSubclass() {}
- virtual void ToBeOverridden() MOJO_OVERRIDE {}
- virtual void AlsoToBeOverridden() MOJO_OVERRIDE {}
+ virtual void ToBeOverridden() override {}
+ virtual void AlsoToBeOverridden() override {}
};
TEST(MacrosCppTest, Override) {
« no previous file with comments | « mojo/public/cpp/system/macros.h ('k') | mojo/public/cpp/utility/tests/mutex_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698