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

Issue 1547603004: Include <utility> in files that use std::move() in remoting/protocol. (Closed)

Created:
5 years ago by Sergey Ulanov
Modified:
4 years, 12 months ago
Reviewers:
dcheng
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@move_not_pass_host
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Include <utility> in files that use std::move() in remoting/protocol. This is a follow up for crrev.com/366687 that converted remoting/protocol to std::move() Committed: https://crrev.com/89d088b2b41fa8b300a517d1171ff59340f53f44 Cr-Commit-Position: refs/heads/master@{#366780}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -0 lines) Patch
M remoting/protocol/authenticator_test_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/capture_scheduler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/capture_scheduler_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/channel_dispatcher_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/channel_multiplexer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/channel_multiplexer_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/chromium_port_allocator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/client_video_dispatcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/connection_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/content_description.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/content_description_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/fake_authenticator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/fake_connection_to_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/fake_datagram_socket.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/fake_stream_socket.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/host_video_dispatcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/ice_connection_to_host.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/ice_transport_channel.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/ice_transport_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/me2me_host_authenticator_factory.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/message_reader.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/monitored_video_stub.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/monitored_video_stub_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/negotiating_client_authenticator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/negotiating_host_authenticator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/pairing_authenticator_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/pairing_registry.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/pairing_registry_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/protobuf_message_parser.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/pseudotcp_adapter.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/pseudotcp_channel_factory.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/secure_channel_factory.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/third_party_authenticator_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/third_party_client_authenticator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/third_party_host_authenticator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/transport_context.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/v2_authenticator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/video_frame_pump.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/video_frame_pump_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_transport.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_transport_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_video_capturer_adapter.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 10 (5 generated)
Sergey Ulanov
5 years ago (2015-12-23 02:56:14 UTC) #3
dcheng
lgtm
5 years ago (2015-12-23 02:59:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1547603004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1547603004/1
5 years ago (2015-12-23 22:14:11 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 12 months ago (2015-12-24 00:22:55 UTC) #8
commit-bot: I haz the power
4 years, 12 months ago (2015-12-24 00:23:44 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/89d088b2b41fa8b300a517d1171ff59340f53f44
Cr-Commit-Position: refs/heads/master@{#366780}

Powered by Google App Engine
This is Rietveld 408576698