Index: base/bind_internal.h |
diff --git a/base/bind_internal.h b/base/bind_internal.h |
index 50ffaa526787864e72138f3ae98d0b6597b8e635..608fee27cd1e7830bb7001c195a0fb16c5460456 100644 |
--- a/base/bind_internal.h |
+++ b/base/bind_internal.h |
@@ -25,6 +25,9 @@ |
namespace base { |
namespace internal { |
+// See base/callback.h for user documentation. |
+// |
+// |
// CONCEPTS: |
// Runnable -- A type (really a type class) that has a single Run() method |
// and a RunType typedef that corresponds to the type of Run(). |