| Index: chrome/browser/extensions/startup_helper.cc
|
| diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc
|
| index b4e9a61829053fd1899dd86a69cb7b720b796c76..af77e585410f7bd913e6701ae0fbf4619483e43c 100644
|
| --- a/chrome/browser/extensions/startup_helper.cc
|
| +++ b/chrome/browser/extensions/startup_helper.cc
|
| @@ -179,7 +179,7 @@ bool StartupHelper::ValidateCrx(const base::CommandLine& cmd_line,
|
| base::RunLoop run_loop;
|
| CRXFileInfo file(path);
|
| scoped_refptr<ValidateCrxHelper> helper(
|
| - new ValidateCrxHelper(file, temp_dir.path(), &run_loop));
|
| + new ValidateCrxHelper(file, temp_dir.GetPath(), &run_loop));
|
| helper->Start();
|
| run_loop.Run();
|
|
|
|
|