| Index: cloud_print/virtual_driver/win/virtual_driver_helpers.h
|
| diff --git a/cloud_print/virtual_driver/win/virtual_driver_helpers.h b/cloud_print/virtual_driver/win/virtual_driver_helpers.h
|
| index db59479f6f201ce5b23a06faa076f31d53fd2e0a..5380a367cc3bed5692f25f843ba9903ced6e878a 100644
|
| --- a/cloud_print/virtual_driver/win/virtual_driver_helpers.h
|
| +++ b/cloud_print/virtual_driver/win/virtual_driver_helpers.h
|
| @@ -6,9 +6,12 @@
|
| #define CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_HELPERS_H_
|
|
|
| #include <windows.h>
|
| +
|
| #include "base/string16.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace cloud_print {
|
|
|
| @@ -27,7 +30,7 @@ HRESULT GetLastHResult();
|
| string16 GetPortMonitorDllName();
|
|
|
| // Gets the standard install path for "version 3" print drivers.
|
| -HRESULT GetPrinterDriverDir(FilePath* path);
|
| +HRESULT GetPrinterDriverDir(base::FilePath* path);
|
|
|
| // Retrieves a string from the string table of the module that contains the
|
| // calling code.
|
|
|