commit | c81c9f35e5bcd710122fabe0868dede9194cf9d5 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 03 06:10:13 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 03 06:10:13 2014 |
tree | 92cda7767e08abc125a406ceaca5d6167efddbb3 | |
parent | c465164df7d4166d3ff932aa2d56ade252a2a03a [diff] [blame] |
Fix a typo in a comment for Closure. [email protected] BUG= Review URL: https://codereview.chromium.org/362343007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281181 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/callback.h b/base/callback.h index 5a4e879..364f5061 100644 --- a/base/callback.h +++ b/base/callback.h
@@ -761,7 +761,7 @@ }; -// Syntactic sugar to make Callbacks<void(void)> easier to declare since it +// 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;