gecko-dev/profile/dirserviceprovider
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
..
moz.build Bug 1107814 - Part 1: Mark more directories as FAIL_ON_WARNINGS for all compilers. r=gps 2014-12-04 16:24:03 -08:00
nsProfileDirServiceProvider.cpp Bug 1047878 - Flatten profile/dirserviceprovider/{public,src}/ directories. r=bsmedberg 2014-08-07 21:52:04 -07:00
nsProfileDirServiceProvider.h Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
nsProfileLock.cpp Backed out changeset bf25101e66cf (bug 1095098) for build bustage 2014-12-08 16:27:12 -08:00
nsProfileLock.h Bug 1047878 - Flatten profile/dirserviceprovider/{public,src}/ directories. r=bsmedberg 2014-08-07 21:52:04 -07:00
nsProfileStringTypes.h Bug 1047878 - Flatten profile/dirserviceprovider/{public,src}/ directories. r=bsmedberg 2014-08-07 21:52:04 -07:00
ProfileUnlockerWin.cpp Bug 286355 - Fixed char16_t/wchar_t mismatch for mingw. 2014-09-02 11:10:12 +02:00
ProfileUnlockerWin.h 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