diff options
Diffstat (limited to 'chromium/base/compiler_specific.h')
-rw-r--r-- | chromium/base/compiler_specific.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/compiler_specific.h b/chromium/base/compiler_specific.h index 63297dcaf00..66dc80db319 100644 --- a/chromium/base/compiler_specific.h +++ b/chromium/base/compiler_specific.h @@ -140,7 +140,7 @@ // Annotate a function indicating the caller must examine the return value. // Use like: // int foo() WARN_UNUSED_RESULT; -// To explicitly ignore a result, see |ignore_result()| in <base/basictypes.h>. +// To explicitly ignore a result, see |ignore_result()| in base/macros.h. #if defined(COMPILER_GCC) #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) #else |