| Index: chrome/renderer/mock_printer.h
|
| diff --git a/chrome/renderer/mock_printer.h b/chrome/renderer/mock_printer.h
|
| index 625c140ed2f93c091ef1f39336dc1ed0ac8850ec..5f494750bcc9e4083048d6821b5a0091bf282d93 100644
|
| --- a/chrome/renderer/mock_printer.h
|
| +++ b/chrome/renderer/mock_printer.h
|
| @@ -99,8 +99,8 @@ class MockPrinter {
|
| bool GetBitmapChecksum(unsigned int page, std::string* checksum) const;
|
| bool GetSource(unsigned int page, const void** data, uint32* size) const;
|
| bool GetBitmap(unsigned int page, const void** data, uint32* size) const;
|
| - bool SaveSource(unsigned int page, const FilePath& filepath) const;
|
| - bool SaveBitmap(unsigned int page, const FilePath& filepath) const;
|
| + bool SaveSource(unsigned int page, const base::FilePath& filepath) const;
|
| + bool SaveBitmap(unsigned int page, const base::FilePath& filepath) const;
|
|
|
| protected:
|
| int CreateDocumentCookie();
|
|
|