Index: base/bind_internal.h.pump |
diff --git a/base/bind_internal.h.pump b/base/bind_internal.h.pump |
index 7fd63d89d0c256fe5fcab01c84653304d0f9db49..e627abb7e1de259de50e3d96bee1034103578cac 100644 |
--- a/base/bind_internal.h.pump |
+++ b/base/bind_internal.h.pump |
@@ -31,6 +31,9 @@ $range ARITY 0..MAX_ARITY |
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(). |