gecko-dev/media/mtransport/test
Ehsan Akhgari 883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
..
buffered_stun_socket_unittest.cpp Backed out 2 changesets (bug 949703) for mochitest-e10s-3 orange 2015-01-21 17:15:02 -08:00
dummysocket.h Backed out 2 changesets (bug 949703) for mochitest-e10s-3 orange 2015-01-21 17:15:02 -08:00
gtest_ringbuffer_dumper.h
gtest_utils.h
ice_unittest.cpp Bug 1144933: Only check that remote candidate is loopback in TestLoopbackOnlySortOf. r=drno 2015-03-18 16:34:50 -07:00
moz.build Bug 949703 - Part 1: Use HTTP proxy for WebRTC TURN/TCP r=ekr 2015-01-21 16:26:00 -08:00
mtransport_test_utils.h
nrappkit_unittest.cpp
proxy_tunnel_socket_unittest.cpp Bug 949703 - Part 1: Use HTTP proxy for WebRTC TURN/TCP r=ekr 2015-01-21 16:26:00 -08:00
rlogringbuffer_unittest.cpp
runnable_utils_unittest.cpp Bug 1061056 - Fix more bad implicit constructors in WebRTC; r=jesup 2014-09-01 17:43:17 -04:00
sctp_unittest.cpp
simpletokenbucket_unittest.cpp
sockettransportservice_unittest.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
stunserver.cpp Bug 1136252 - Part 1: Increase the number of instances of signaling_unittests that can be run in parallel. r=mt 2015-03-06 15:16:38 -08:00
stunserver.h
TestSyncRunnable.cpp
transport_unittests.cpp Bug 1115483 - Accept a match on any a=fingerprint value. r=ekr 2015-01-12 15:53:59 -08:00
turn_unittest.cpp Bug 1120065 - unit test for TURN deallocation. r=bwc 2015-01-30 12:36:00 +01:00