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

Side by Side Diff: base/callback.h

Issue 362343007: Fix a typo in a comment for Closure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also fix base/callback.h.pump Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/callback.h.pump » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file was GENERATED by command: 1 // This file was GENERATED by command:
2 // pump.py callback.h.pump 2 // pump.py callback.h.pump
3 // DO NOT EDIT BY HAND!!! 3 // DO NOT EDIT BY HAND!!!
4 4
5 5
6 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 6 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
7 // Use of this source code is governed by a BSD-style license that can be 7 // Use of this source code is governed by a BSD-style license that can be
8 // found in the LICENSE file. 8 // found in the LICENSE file.
9 9
10 #ifndef BASE_CALLBACK_H_ 10 #ifndef BASE_CALLBACK_H_
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 typename internal::CallbackParamTraits<A2>::ForwardType, 754 typename internal::CallbackParamTraits<A2>::ForwardType,
755 typename internal::CallbackParamTraits<A3>::ForwardType, 755 typename internal::CallbackParamTraits<A3>::ForwardType,
756 typename internal::CallbackParamTraits<A4>::ForwardType, 756 typename internal::CallbackParamTraits<A4>::ForwardType,
757 typename internal::CallbackParamTraits<A5>::ForwardType, 757 typename internal::CallbackParamTraits<A5>::ForwardType,
758 typename internal::CallbackParamTraits<A6>::ForwardType, 758 typename internal::CallbackParamTraits<A6>::ForwardType,
759 typename internal::CallbackParamTraits<A7>::ForwardType); 759 typename internal::CallbackParamTraits<A7>::ForwardType);
760 760
761 }; 761 };
762 762
763 763
764 // Syntactic sugar to make Callbacks<void(void)> easier to declare since it 764 // Syntactic sugar to make Callback<void(void)> easier to declare since it
765 // will be used in a lot of APIs with delayed execution. 765 // will be used in a lot of APIs with delayed execution.
766 typedef Callback<void(void)> Closure; 766 typedef Callback<void(void)> Closure;
767 767
768 } // namespace base 768 } // namespace base
769 769
770 #endif // BASE_CALLBACK_H 770 #endif // BASE_CALLBACK_H
OLDNEW
« no previous file with comments | « no previous file | base/callback.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698