|
Replace typedef with using for Callback/Bind related files
This CL contains:
* Replace typedef with using.
* Remove |void| from no-parameter function declarations.
* Fix an error in a comment.
BUG=
Committed: https://crrev.com/3bc7779ba002f50675a18e2eae277d4617788e21
Cr-Commit-Position: refs/heads/master@{#366278}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+156 lines, -142 lines) |
Patch |
 |
M |
base/bind.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
base/bind_helpers.h
|
View
|
1
2
3
4
5
|
11 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
M |
base/bind_internal.h
|
View
|
1
2
3
4
5
|
5 chunks |
+19 lines, -13 lines |
0 comments
|
Download
|
 |
M |
base/bind_internal_win.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/bind_unittest.cc
|
View
|
1
2
3
4
5
|
22 chunks |
+46 lines, -46 lines |
0 comments
|
Download
|
 |
M |
base/bind_unittest.nc
|
View
|
|
10 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
base/callback.h
|
View
|
1
2
3
|
7 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
base/callback_forward.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/callback_internal.h
|
View
|
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
base/callback_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
base/callback_unittest.nc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 29 (14 generated)
|