| Index: webkit/tools/test_shell/test_shell_main.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_main.cc (revision 31829)
|
| +++ webkit/tools/test_shell/test_shell_main.cc (working copy)
|
| @@ -135,8 +135,8 @@
|
| parsed_command_line.HasSwitch(test_shell::kEnableFileCookies))
|
| net::CookieMonster::EnableFileScheme();
|
|
|
| - FilePath cache_path = FilePath::FromWStringHack(
|
| - parsed_command_line.GetSwitchValue(test_shell::kCacheDir));
|
| + FilePath cache_path =
|
| + parsed_command_line.GetSwitchValuePath(test_shell::kCacheDir);
|
| // If the cache_path is empty and it's layout_test_mode, leave it empty
|
| // so we use an in-memory cache. This makes running multiple test_shells
|
| // in parallel less flaky.
|
|
|