|
Remove base::Tuple
base::Tuple has been an alias of std::tuple for the migration. And this
CL completes the migration by:
- Replace base::Tuple with std::tuple,
- Replace base::MakeTuple with std::make_tuple,
- Replace base::get with std::get,
- Remove base::Tuple, base::MakeTuple, base::get and base::MakeRefTuple
BUG= 554987
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/1068f1bea70e391d918f3b517a535ab297beaee4
Cr-Commit-Position: refs/heads/master@{#397652}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+623 lines, -592 lines) |
Patch |
|
M |
base/bind_internal.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
base/observer_list_threadsafe.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
base/tuple.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+22 lines, -60 lines |
0 comments
|
Download
|
|
M |
base/tuple_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+19 lines, -36 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/chrome_render_frame_observer_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/blob_storage/blob_dispatcher_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
|
M |
content/browser/devtools/render_frame_devtools_agent_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/interstitial_page_impl_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/navigation_controller_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/render_frame_host_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/media/session/media_session_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/browser/memory/memory_pressure_controller_impl_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/input_router_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/p2p/socket_host_test_utils.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_aura_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
15 chunks |
+48 lines, -49 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_mac_unittest.mm
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/resolve_proxy_msg_helper_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/service_worker/service_worker_client_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/service_worker/service_worker_handle_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/service_worker/service_worker_job_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/service_worker/service_worker_version_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/shared_worker/shared_worker_host.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/shared_worker/shared_worker_service_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/child/blob_storage/blob_transport_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
|
M |
content/child/fileapi/webfilesystem_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
17 chunks |
+96 lines, -83 lines |
0 comments
|
Download
|
|
M |
content/child/resource_dispatcher_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/child/shared_memory_received_data_factory_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/public/test/browser_test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/accessibility/renderer_accessibility_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/external_popup_menu_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/renderer/input/input_event_filter.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/input/input_event_filter_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/render_media_log_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/renderer_webmediaplayer_delegate_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/renderer/pepper/pepper_file_chooser_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/pepper/plugin_power_saver_helper_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
22 chunks |
+30 lines, -29 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_widget_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
media/gpu/android_video_encode_accelerator.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
media/gpu/android_video_encode_accelerator.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
media/gpu/video_decode_accelerator_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+108 lines, -74 lines |
0 comments
|
Download
|
|
M |
media/gpu/video_encode_accelerator_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
|
M |
tools/ipc_fuzzer/fuzzer/fuzzer.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+34 lines, -40 lines |
0 comments
|
Download
|
Total messages: 22 (12 generated)
|