diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:57:49 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:57:49 +0000 |
commit | 78a158bedcd8d5d91995e1e4fe4a0b7b9e7f6b9d (patch) | |
tree | f67332b2b1499bc27d63a1d11cb86ec5b692037c /third_party/pymox | |
parent | e4326b7dc0d72a5a12d806191693181442e22dbf (diff) | |
download | chromium_src-78a158bedcd8d5d91995e1e4fe4a0b7b9e7f6b9d.zip chromium_src-78a158bedcd8d5d91995e1e4fe4a0b7b9e7f6b9d.tar.gz chromium_src-78a158bedcd8d5d91995e1e4fe4a0b7b9e7f6b9d.tar.bz2 |
drive: Rename DriveFileError to FileError
This looked like drive::DriveFileError outside of 'c/b/chromeos/drive'
which was redundant. Inside 'c/b/chromeos/drive', FileError is sufficient.
This is a very mechanical change as shown below:
cd chrome/browser/chromeos/drive
git mv drive_file_error.h file_errors.h
git mv drive_file_error.cc file_errors.cc
cd -
tools/git/mass-rename.sh
tools/git/for-all-touched-files.py -c "tools/sort-headers.py -f [[FILENAME]]"
cd chrome
perl -i -pe 's/DRIVE_FILE_ERROR_/FILE_ERROR_/g' **/*.{cc,h}
perl -i -pe 's/DRIVE_FILE_OK/FILE_ERROR_OK/g' **/*.{cc,h}
perl -i -pe 's/DriveFileError/FileError/g' **/*.{cc,h}
also edit chrome_browser_chromeos.gypi manually to sort file names
BUG=231807
TEST=none; just global renames
Review URL: https://codereview.chromium.org/14420002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pymox')
0 files changed, 0 insertions, 0 deletions