| Index: chrome/service/service_utility_process_host.cc
|
| diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
|
| index 04ba51fd17fbfaa34ff0e6e01184684d0a0c6cf6..5c55b0abf1bf2f035203965e638d7915c1b4a403 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -145,7 +145,7 @@ class ServiceUtilityProcessHost::PdfToEmfState {
|
|
|
| base::File CreateTempFile() {
|
| base::FilePath path;
|
| - if (!base::CreateTemporaryFileInDir(temp_dir_.path(), &path))
|
| + if (!base::CreateTemporaryFileInDir(temp_dir_.GetPath(), &path))
|
| return base::File();
|
| return base::File(path,
|
| base::File::FLAG_CREATE_ALWAYS |
|
|
|