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 d3b0aa6e0231365d719b005bd9d96bf909390011..2b4e310725f960bb67e4d17e295e85e36da15292 100644 |
--- a/chrome/service/service_utility_process_host.cc |
+++ b/chrome/service/service_utility_process_host.cc |
@@ -104,8 +104,8 @@ bool ServiceUtilityProcessHost::StartRenderPDFPagesToMetafile( |
scratch_metafile_dir_.reset(new base::ScopedTempDir); |
if (!scratch_metafile_dir_->CreateUniqueTempDir()) |
return false; |
- if (!file_util::CreateTemporaryFileInDir(scratch_metafile_dir_->path(), |
- &metafile_path_)) { |
+ if (!base::CreateTemporaryFileInDir(scratch_metafile_dir_->path(), |
+ &metafile_path_)) { |
return false; |
} |