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

Unified Diff: base/compiler_specific.h

Issue 631963005: remove OVERRIDE macro (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master (FINAL already removed) Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/compiler_specific.h
diff --git a/base/compiler_specific.h b/base/compiler_specific.h
index ba57cc38cdc2ef87dfe0697f25a950bcbec4dc0e..5d712d6c940a47f6b85f83fab2b6b2e1091f6ecc 100644
--- a/base/compiler_specific.h
+++ b/base/compiler_specific.h
@@ -133,12 +133,6 @@
#define ALIGNOF(type) __alignof__(type)
#endif
-// Annotate a virtual method indicating it must be overriding a virtual
-// method in the parent class.
-// Use like:
-// virtual void foo() OVERRIDE;
-#define OVERRIDE override
-
// Annotate a function indicating the caller must examine the return value.
// Use like:
// int foo() WARN_UNUSED_RESULT;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698