Re-try r29078: Remove some deprecated file_util wstring functions.
With the previous patch, the try bots failed with mysterious messages, so I ignored them, patched it into my windows box and tested it there manually, and found no problems. As it turns out, the try failures were real :(. But nsylvain and I found the problem: the behavior of file_util::GetDirectoryFromPath() differs from DirName() when the path is empty (officially, GetDirectoryFromPath is not supposed to support non-absolute paths, but that is not enforced). Here is a green win try result: http://build.chromium.org/buildbot/try-server/builders/win/builds/3705 mac: http://build.chromium.org/buildbot/try-server/builders/mac/builds/3491 linux: http://build.chromium.org/buildbot/try-server/builders/linux/builds/3466 I also applied this patch locally in Windows to test that it doesn't break the chrome frame compile or tests, since that's not covered by the trybots yet. Review URL: http://codereview.chromium.org/271099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29094 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- base/file_util.cc 0 additions, 14 deletionsbase/file_util.cc
- base/file_util.h 0 additions, 8 deletionsbase/file_util.h
- chrome/browser/first_run_win.cc 1 addition, 1 deletionchrome/browser/first_run_win.cc
- chrome/browser/importer/firefox2_importer.cc 1 addition, 1 deletionchrome/browser/importer/firefox2_importer.cc
- chrome/browser/importer/firefox3_importer.cc 3 additions, 3 deletionschrome/browser/importer/firefox3_importer.cc
- chrome/browser/importer/importer_unittest.cc 3 additions, 3 deletionschrome/browser/importer/importer_unittest.cc
- chrome/browser/jumplist.cc 3 additions, 2 deletionschrome/browser/jumplist.cc
- chrome/browser/printing/printing_layout_uitest.cc 2 additions, 1 deletionchrome/browser/printing/printing_layout_uitest.cc
- chrome/browser/tab_contents/navigation_controller_unittest.cc 1 addition, 1 deletion...me/browser/tab_contents/navigation_controller_unittest.cc
- chrome/common/chrome_plugin_util.cc 1 addition, 1 deletionchrome/common/chrome_plugin_util.cc
- chrome/installer/setup/install.cc 7 additions, 6 deletionschrome/installer/setup/install.cc
- chrome/installer/setup/setup_main.cc 4 additions, 3 deletionschrome/installer/setup/setup_main.cc
- chrome/installer/util/copy_tree_work_item.cc 27 additions, 26 deletionschrome/installer/util/copy_tree_work_item.cc
- chrome/installer/util/copy_tree_work_item.h 8 additions, 6 deletionschrome/installer/util/copy_tree_work_item.h
- chrome/installer/util/copy_tree_work_item_unittest.cc 4 additions, 4 deletionschrome/installer/util/copy_tree_work_item_unittest.cc
- chrome/installer/util/delete_after_reboot_helper.cc 1 addition, 1 deletionchrome/installer/util/delete_after_reboot_helper.cc
- chrome/installer/util/delete_tree_work_item.cc 17 additions, 14 deletionschrome/installer/util/delete_tree_work_item.cc
- chrome/installer/util/delete_tree_work_item.h 7 additions, 5 deletionschrome/installer/util/delete_tree_work_item.h
- chrome/installer/util/move_tree_work_item.cc 15 additions, 16 deletionschrome/installer/util/move_tree_work_item.cc
- chrome/installer/util/move_tree_work_item.h 4 additions, 4 deletionschrome/installer/util/move_tree_work_item.h
Please register or sign in to comment