|
|
base: Remove some unnecessary const scoped_refptr<>&.
This patch removes some unnecessary const scoped_refptr<>&. It replaces
some instances with a copy of scoped_refptr, followed by a move. Other
instances, it passes a raw non-owning pointer.
R=danakj
BUG= 589044
Committed: https://crrev.com/82b0c16d66f85881e084ae16ef366ee4e6f4cffc
Cr-Commit-Position: refs/heads/master@{#382043}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+108 lines, -139 lines) |
Patch |
 |
M |
base/deferred_sequenced_task_runner.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/deferred_sequenced_task_runner.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/files/important_file_writer.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/files/important_file_writer.cc
|
View
|
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
base/memory/ref_counted_delete_on_message_loop.h
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
base/test/sequenced_task_runner_test_template.h
|
View
|
|
9 chunks |
+28 lines, -32 lines |
0 comments
|
Download
|
 |
M |
base/test/sequenced_task_runner_test_template.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/test/task_runner_test_template.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/test/task_runner_test_template.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/thread_task_runner_handle.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/thread_task_runner_handle.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/threading/sequenced_worker_pool.cc
|
View
|
|
6 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
base/threading/sequenced_worker_pool_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_manager.h
|
View
|
|
4 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_manager.cc
|
View
|
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_manager_unittest.cc
|
View
|
|
1 chunk |
+10 lines, -23 lines |
3 comments
|
Download
|
 |
M |
base/trace_event/process_memory_dump.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/trace_event/process_memory_dump.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 17 (5 generated)
|