| Index: chrome/browser/printing/pwg_raster_converter.cc
|
| diff --git a/chrome/browser/printing/pwg_raster_converter.cc b/chrome/browser/printing/pwg_raster_converter.cc
|
| index 9836a08bab0dff54b6587ab35f27c1399e2b9c38..62b4ac82e91f7cf3a1e0d2e6e00eeceb832d7305 100644
|
| --- a/chrome/browser/printing/pwg_raster_converter.cc
|
| +++ b/chrome/browser/printing/pwg_raster_converter.cc
|
| @@ -52,11 +52,11 @@ class FileHandlers {
|
| bool IsValid();
|
|
|
| base::FilePath GetPwgPath() const {
|
| - return temp_dir_.path().AppendASCII("output.pwg");
|
| + return temp_dir_.GetPath().AppendASCII("output.pwg");
|
| }
|
|
|
| base::FilePath GetPdfPath() const {
|
| - return temp_dir_.path().AppendASCII("input.pdf");
|
| + return temp_dir_.GetPath().AppendASCII("input.pdf");
|
| }
|
|
|
| IPC::PlatformFileForTransit GetPdfForProcess() {
|
|
|