diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-26 01:00:45 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-26 01:00:45 +0000 |
commit | 9565e964b1fcbb503a43adca39a482b178e1100d (patch) | |
tree | 24b2d7014dc89bce930b67aaff96fcad0bd291c1 /chrome_frame | |
parent | 2988f705c690b8eac1994f4220dd0ca23b1fe35e (diff) | |
download | chromium_src-9565e964b1fcbb503a43adca39a482b178e1100d.zip chromium_src-9565e964b1fcbb503a43adca39a482b178e1100d.tar.gz chromium_src-9565e964b1fcbb503a43adca39a482b178e1100d.tar.bz2 |
Cleanup: Remove some FromWStringHack() calls in chrome/installer.
BUG=76112
R=grt@chromium.org
Review URL: https://codereview.chromium.org/23645012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/dll_redirector_loading_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/dll_redirector_loading_test.cc b/chrome_frame/test/dll_redirector_loading_test.cc index bb9cbd8..c6df84d 100644 --- a/chrome_frame/test/dll_redirector_loading_test.cc +++ b/chrome_frame/test/dll_redirector_loading_test.cc @@ -103,7 +103,7 @@ class DllRedirectorLoadingTest : public testing::Test { // The temp_dir cleanup has been observed to fail in some cases. It looks // like something is holding on to the Chrome Frame DLLs after they have // been explicitly unloaded. At least schedule them for cleanup on reboot. - ScheduleDirectoryForDeletion(temp_dir_.path().value().c_str()); + ScheduleDirectoryForDeletion(temp_dir_.path()); } } |