Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8455)

Unified Diff: base/bind.h

Issue 2423423002: Explicitly Document base/bind_helpers.h Comes with base/bind.h (Closed)
Patch Set: Update Wording Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698