| Index: chrome/browser/process_singleton_browsertest.cc
|
| diff --git a/chrome/browser/process_singleton_browsertest.cc b/chrome/browser/process_singleton_browsertest.cc
|
| index cb2feac5f050b5b7c3d5336c1616a99cb75ac477..3e7dc42ac3e55f0ef32304a2bd1da1197ab36c64 100644
|
| --- a/chrome/browser/process_singleton_browsertest.cc
|
| +++ b/chrome/browser/process_singleton_browsertest.cc
|
| @@ -152,7 +152,7 @@ class ProcessSingletonTest : public InProcessBrowserTest {
|
| chrome_starter_threads_[i].reset(new base::Thread("ChromeStarter"));
|
| ASSERT_TRUE(chrome_starter_threads_[i]->Start());
|
| chrome_starters_[i] = new ChromeStarter(
|
| - TestTimeouts::action_max_timeout(), temp_profile_dir_.path());
|
| + TestTimeouts::action_max_timeout(), temp_profile_dir_.GetPath());
|
| }
|
| }
|
|
|
|
|