Index: base/compiler_specific.h |
diff --git a/base/compiler_specific.h b/base/compiler_specific.h |
index 63297dcaf00ea50023ebf90c6fb19f43d9b27350..66dc80db3198a9beb753d1073ffe982ac874ca06 100644 |
--- a/base/compiler_specific.h |
+++ b/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 |