Index: base/callback_forward.h |
diff --git a/base/callback_forward.h b/base/callback_forward.h |
index 262c306530067c0a42d28c5f1cec0e4f9de537a9..213023d956cd1633216f4bf529c9f6dec552c1dd 100644 |
--- a/base/callback_forward.h |
+++ b/base/callback_forward.h |
@@ -10,6 +10,8 @@ namespace base { |
template <typename Sig> |
class Callback; |
+// Syntactic sugar to make Callback<void(void)> easier to declare since it |
+// will be used in a lot of APIs with delayed execution. |
typedef Callback<void(void)> Closure; |
} // namespace base |