summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 01:00:45 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 01:00:45 +0000
commit9565e964b1fcbb503a43adca39a482b178e1100d (patch)
tree24b2d7014dc89bce930b67aaff96fcad0bd291c1 /chrome_frame
parent2988f705c690b8eac1994f4220dd0ca23b1fe35e (diff)
downloadchromium_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.cc2
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());
}
}