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

Unified Diff: base/compiler_specific.h

Issue 614103004: replace 'virtual ... OVERRIDE' with '... override' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: process base/ 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
Index: base/compiler_specific.h
diff --git a/base/compiler_specific.h b/base/compiler_specific.h
index a93d350aae0999964bf29c30b58469a728aa2ac9..2cb8755beed5219683c10253ec6b8db119f55b20 100644
--- a/base/compiler_specific.h
+++ b/base/compiler_specific.h
@@ -136,7 +136,7 @@
// Annotate a virtual method indicating it must be overriding a virtual
// method in the parent class.
// Use like:
-// virtual void foo() OVERRIDE;
+// void foo() override;
#define OVERRIDE override
// Annotate a virtual method indicating that subclasses must not override it,

Powered by Google App Engine
This is Rietveld 408576698