Index: chrome/browser/local_discovery/privet_http_impl.h |
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h |
index 082c3a1a26bcbdc0ff793e063018108fd41876f4..535664abcddf73f23f7a8e4b4262ae1e4360064b 100644 |
--- a/chrome/browser/local_discovery/privet_http_impl.h |
+++ b/chrome/browser/local_discovery/privet_http_impl.h |
@@ -15,6 +15,10 @@ |
#include "components/cloud_devices/cloud_device_description.h" |
#include "printing/pdf_render_settings.h" |
+namespace printing { |
+struct PwgRasterSettings; |
+}; |
+ |
namespace local_discovery { |
class PrivetHTTPClientImpl; |
@@ -247,6 +251,7 @@ class PrivetLocalPrintOperationImpl |
void OnCreatejobResponse(bool has_error, |
const base::DictionaryValue* value); |
void OnPWGRasterConverted(bool success, const base::FilePath& pwg_file_path); |
+ void FillPwgRasterSettings(printing::PwgRasterSettings* transfrom_settings); |
PrivetHTTPClientImpl* privet_client_; |
PrivetLocalPrintOperation::Delegate* delegate_; |