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

Unified Diff: base/callback.h

Issue 8919016: base::Bind: Make use of partial currying to get rid of a helper class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
Index: base/callback.h
diff --git a/base/callback.h b/base/callback.h
index 001dd07f27fa4d1d043473b911a4608cc43324d6..5a9aa8d236896c8651c677dd2e4055dd243e87ef 100644
--- a/base/callback.h
+++ b/base/callback.h
@@ -124,7 +124,7 @@
// There are three main components to the system:
// 1) The Callback classes.
// 2) The Bind() functions.
-// 3) The arguments wrappers (eg., Unretained() and ConstRef()).
+// 3) The arguments wrappers (e.g., Unretained() and ConstRef()).
awong 2011/12/12 21:56:56 Can you also update base/callback.h.pump?
James Hawkins 2011/12/12 22:23:29 Done.
//
// The Callback classes represent a generic function pointer. Internally,
// it stores a refcounted piece of state that represents the target function

Powered by Google App Engine
This is Rietveld 408576698