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

Issue 2962303003: Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)

Created:
3 years, 5 months ago by kjellander_webrtc
Modified:
3 years, 5 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" This reverts commit https://codereview.webrtc.org/2963273002/ where the git cl format breaks include order on Windows. BUG=webrtc:7634 NOTRY=True TBR=kwiberg@webrtc.org Review-Url: https://codereview.webrtc.org/2962303003 . Cr-Commit-Position: refs/heads/master@{#18857} Committed: https://chromium.googlesource.com/external/webrtc/+/0072511073cfb6ba5bc51f7ca7a544d5b025409c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1076 lines, -1076 lines) Patch
M webrtc/rtc_base/array_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/array_view_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/asyncinvoker.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/asyncinvoker.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/asyncinvoker-inl.h View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/asyncpacketsocket.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/asyncpacketsocket.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/asyncresolverinterface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/asyncresolverinterface.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/asyncsocket.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/asyncsocket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/asynctcpsocket.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/asynctcpsocket.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/asynctcpsocket_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/asyncudpsocket.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/asyncudpsocket.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/asyncudpsocket_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/atomicops_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/base64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/base64_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/basictypes_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/bind.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/bind_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/bitbuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/bitbuffer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/bitbuffer_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/buffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/buffer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/bufferqueue.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/bufferqueue.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/bufferqueue_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/bytebuffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/bytebuffer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/bytebuffer_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/byteorder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/byteorder_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/callback.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/callback_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/checks.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/checks.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/copyonwritebuffer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/copyonwritebuffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/copyonwritebuffer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/cpu_time.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/cpu_time_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/crc32.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/crc32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/crc32_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/criticalsection.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/criticalsection.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/criticalsection_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/cryptstring.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/event.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/event.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/event_tracer.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M webrtc/rtc_base/event_tracer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/event_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/fakeclock.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/fakeclock.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/fakenetwork.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/fakesslidentity.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/file.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/file.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/file_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/file_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/file_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/filerotatingstream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/filerotatingstream.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/filerotatingstream_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/fileutils.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/fileutils.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/fileutils_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/firewallsocketserver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/firewallsocketserver.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/flags.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/flags.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/function_view.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/function_view_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/gunit.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/helpers.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/helpers.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/helpers_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/httpbase.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/httpbase.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/httpbase_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/httpcommon.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/httpcommon.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/httpcommon-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/httpcommon_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/httpserver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/httpserver.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/httpserver_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/ifaddrs-android.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/ifaddrs_converter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/ifaddrs_converter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/ipaddress.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/ipaddress.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/ipaddress_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/json.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/json_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/keep_ref_until_done.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/location.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/location.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/logging.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/logging.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/logging_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/logsinks.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/logsinks.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/macifaddrs_converter.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/macutils.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/macutils_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/mathutils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/md5.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/md5digest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/md5digest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/md5digest_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/memory_usage.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/memory_usage_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/messagedigest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/messagedigest_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/messagehandler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/messagehandler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/messagequeue.h View 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/messagequeue.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/messagequeue_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/rtc_base/mod_ops.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/mod_ops_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/nat_unittest.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M webrtc/rtc_base/natserver.h View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/natserver.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/natsocketfactory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/natsocketfactory.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/nattypes.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/nethelpers.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/nethelpers.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/network.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/network.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/network_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/networkmonitor.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/networkmonitor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/nullsocketserver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/nullsocketserver.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/nullsocketserver_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/numerics/exp_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/numerics/exp_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/numerics/percentile_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/numerics/percentile_filter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/onetimeevent.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/onetimeevent_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/openssladapter.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/openssladapter.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/openssldigest.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/openssldigest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/opensslidentity.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/opensslidentity.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/opensslstreamadapter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/opensslstreamadapter.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M webrtc/rtc_base/optional.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/optional.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/optional_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/optionsfile.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/optionsfile_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/pathutils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/pathutils.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/pathutils_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/physicalsocketserver.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/physicalsocketserver.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/physicalsocketserver_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/platform_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/platform_file.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/platform_thread.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/platform_thread.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/platform_thread_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/proxy_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/proxyinfo.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/proxyinfo.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/proxyserver.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/proxyserver.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/ptr_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/race_checker.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/race_checker.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/random.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/random.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/random_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/rate_limiter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/rate_limiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/rate_limiter_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/rate_statistics.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/rate_statistics.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/rate_statistics_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/ratelimiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/ratelimiter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/ratetracker.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/ratetracker.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/ratetracker_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/refcount.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/refcountedobject.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/refcountedobject_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/rollingaccumulator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/rollingaccumulator_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/rtccertificate.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/rtccertificate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/rtccertificate_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/rtc_base/rtccertificategenerator.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/rtccertificategenerator.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/rtccertificategenerator_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/safe_compare.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/safe_compare_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/safe_conversions.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/safe_minmax.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/safe_minmax_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sequenced_task_checker.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/sequenced_task_checker_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sequenced_task_checker_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/sequenced_task_checker_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/sha1.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sha1digest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/sha1digest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sha1digest_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/sigslot.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sigslot.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sigslot_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/sigslottester.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/sigslottester_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/socket.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/socket_unittest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/socket_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M webrtc/rtc_base/socketadapters.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/socketadapters.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/socketaddress.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/socketaddress.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/socketaddress_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/socketaddresspair.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/socketaddresspair.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/socketfactory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/socketserver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/socketstream.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/socketstream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/ssladapter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/ssladapter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/ssladapter_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/rtc_base/sslfingerprint.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/sslfingerprint.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/sslidentity.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/sslidentity.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/sslidentity_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/sslstreamadapter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/sslstreamadapter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/sslstreamadapter_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/stream.h View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/stream.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/stream_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/string_to_number.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/string_to_number.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/string_to_number_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/stringencode.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/stringencode.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/stringencode_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/stringize_macros_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/stringutils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/stringutils_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/swap_queue.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/swap_queue_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/task_queue.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/task_queue_gcd.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/task_queue_libevent.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/task_queue_posix.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/task_queue_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/task_queue_win.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/testclient.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/testclient.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/testclient_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/rtc_base/testechoserver.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/testutils.h View 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/thread.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/thread.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M webrtc/rtc_base/thread_annotations_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/thread_checker.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/thread_checker_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/thread_checker_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/thread_checker_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/thread_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/timedelta.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/timestampaligner.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/timestampaligner.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/timestampaligner_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/timeutils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/timeutils_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/trace_event.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/transformadapter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/transformadapter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/unittest_main.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/unixfilesystem.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/unixfilesystem.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/virtualsocket_unittest.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/rtc_base/virtualsocketserver.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/virtualsocketserver.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/weak_ptr.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/weak_ptr.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/weak_ptr_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/win32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/win32.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/rtc_base/win32_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/win32filesystem.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/win32securityerrors.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/win32socketinit.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/rtc_base/win32socketserver.h View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/rtc_base/win32socketserver.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/rtc_base/win32socketserver_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/rtc_base/win32window.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/win32window.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/win32window_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/rtc_base/window.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
kjellander_webrtc
3 years, 5 months ago (2017-06-30 13:14:57 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0072511073cfb6ba5bc51f7ca7a544d5b025409c.

Powered by Google App Engine
This is Rietveld 408576698