Chromium Code Reviews| Index: base/bind.h |
| diff --git a/base/bind.h b/base/bind.h |
| index ce717972e26cde23941d545ef5e3f8832309466e..20caef4f80e7541f579550a93776bb6f0cfaa2c4 100644 |
| --- a/base/bind.h |
| +++ b/base/bind.h |
| @@ -12,7 +12,8 @@ |
| // ----------------------------------------------------------------------------- |
| // |
| // See //docs/callback.md for documentation. |
| -// |
| +// It's not necessary to include base/bind_helpers.h in your file. Those |
| +// functions are assumed to be part of this library. |
| // |
| // ----------------------------------------------------------------------------- |
| // Implementation notes |