summaryrefslogtreecommitdiffstats
path: root/chrome/test/memory_test
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-16 21:45:17 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-16 21:45:17 +0000
commit9f308ae7b39912090955910e76753aa0823461e3 (patch)
tree1600f6c38f3113c692e372e34701eb39b3e518c9 /chrome/test/memory_test
parenta91d639d609db7e4c9ae2ccad3fe1039608c45ff (diff)
downloadchromium_src-9f308ae7b39912090955910e76753aa0823461e3.zip
chromium_src-9f308ae7b39912090955910e76753aa0823461e3.tar.gz
chromium_src-9f308ae7b39912090955910e76753aa0823461e3.tar.bz2
Use GetSwitchValuePath.
BUG=24672 TEST=unit_tests Patch by Thiago Farina <thiago.farina@gmail.com>. Review URL: http://codereview.chromium.org/375016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/memory_test')
-rw-r--r--chrome/test/memory_test/memory_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc
index 40920ee..966a999 100644
--- a/chrome/test/memory_test/memory_test.cc
+++ b/chrome/test/memory_test/memory_test.cc
@@ -83,9 +83,9 @@ class MemoryTest : public UITest {
launch_arguments_.AppendSwitch(switches::kNoEvents);
// Get the specified user data dir (optional)
- FilePath profile_dir = FilePath::FromWStringHack(
- CommandLine::ForCurrentProcess()->GetSwitchValue(
- switches::kUserDataDir));
+ FilePath profile_dir =
+ CommandLine::ForCurrentProcess()->GetSwitchValuePath(
+ switches::kUserDataDir);
if (profile_dir.empty()) {
if (!SetupTempDirectory(GetUserDataDirSource())) {