| Index: chrome/browser/printing/printing_message_filter.h
|
| diff --git a/chrome/browser/printing/printing_message_filter.h b/chrome/browser/printing/printing_message_filter.h
|
| index d8fdc92faf49d7e31970022e264cb752b098d408..5347526674e598b5b2f10ae5553aee92ae10e570 100644
|
| --- a/chrome/browser/printing/printing_message_filter.h
|
| +++ b/chrome/browser/printing/printing_message_filter.h
|
| @@ -14,13 +14,13 @@
|
| #include "base/shared_memory.h"
|
| #endif
|
|
|
| -class FilePath;
|
| struct PrintHostMsg_ScriptedPrint_Params;
|
| class Profile;
|
| class ProfileIOData;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| +class FilePath;
|
| }
|
|
|
| namespace content {
|
| @@ -60,7 +60,7 @@ class PrintingMessageFilter : public content::BrowserMessageFilter {
|
| void OnAllocateTempFileForPrinting(base::FileDescriptor* temp_file_fd,
|
| int* sequence_number);
|
| void OnTempFileForPrintingWritten(int render_view_id, int sequence_number);
|
| - void CreatePrintDialogForFile(int render_view_id, const FilePath& path);
|
| + void CreatePrintDialogForFile(int render_view_id, const base::FilePath& path);
|
| #endif
|
|
|
| // Given a render_view_id get the corresponding WebContents.
|
|
|