Remove myself from some owners files. Fix order in those files. Replace myself in comment references.

Bug: None
Change-Id: I25dba5d9ec3ab073655c01a838b57ce74797e4e6
Reviewed-on: https://webrtc-review.googlesource.com/64445
Commit-Queue: Henrik Grunell <henrikg@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22708}
This commit is contained in:
Henrik Grunell 2018-03-23 15:33:03 +01:00 committed by Commit Bot
parent abbe841721
commit 8487988b28
4 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,5 @@
henrikg@webrtc.org
deadbeef@webrtc.org
honghaiz@webrtc.org
hta@webrtc.org
jiayl@webrtc.org
juberti@webrtc.org
@ -7,8 +8,6 @@ perkj@webrtc.org
pthatcher@webrtc.org
sergeyu@chromium.org
tommi@webrtc.org
deadbeef@webrtc.org
honghaiz@webrtc.org
# These are for the common case of adding or renaming files. If you're doing
# structural changes, please get a review from a reviewer in this file.

View File

@ -1,13 +1,12 @@
henrikg@webrtc.org
deadbeef@webrtc.org
hta@webrtc.org
juberti@webrtc.org
kwiberg@webrtc.org
mflodman@webrtc.org
perkj@webrtc.org
pthatcher@webrtc.org
sergeyu@chromium.org
tommi@webrtc.org
deadbeef@webrtc.org
kwiberg@webrtc.org
# These are for the common case of adding or renaming files. If you're doing
# structural changes, please get a review from a reviewer in this file.

View File

@ -139,7 +139,7 @@ size_t hex_encode(char* buffer, size_t buflen,
size_t hex_encode_with_delimiter(char* buffer, size_t buflen,
const char* csource, size_t srclen,
char delimiter) {
RTC_DCHECK(buffer); // TODO(grunell): estimate output size
RTC_DCHECK(buffer); // TODO(kwiberg): estimate output size
if (buflen == 0)
return 0;
@ -195,7 +195,7 @@ size_t hex_decode(char * cbuffer, size_t buflen,
size_t hex_decode_with_delimiter(char* cbuffer, size_t buflen,
const char* source, size_t srclen,
char delimiter) {
RTC_DCHECK(cbuffer); // TODO(grunell): estimate output size
RTC_DCHECK(cbuffer); // TODO(kwiberg): estimate output size
if (buflen == 0)
return 0;

View File

@ -1,9 +1,8 @@
perkj@webrtc.org
henrika@webrtc.org
henrikg@webrtc.org
mflodman@webrtc.org
niklas.enbom@webrtc.org
nisse@webrtc.org
perkj@webrtc.org
# These are for the common case of adding or renaming files. If you're doing
# structural changes, please get a review from a reviewer in this file.