Index: base/compiler_specific.h |
diff --git a/base/compiler_specific.h b/base/compiler_specific.h |
index 6210d1ace59ab6767e6f0fd1295955890f0feef5..47ca9778b6708c07a1637079b81a32302651faee 100644 |
--- a/base/compiler_specific.h |
+++ b/base/compiler_specific.h |
@@ -139,12 +139,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; |