Index: chrome/browser/printing/printer_query.h |
diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h |
index 7633c4e8bb43cbe080e441fb533f59b3a149d861..d28437c1c0542a4dc46b110414bd5ff7501d655c 100644 |
--- a/chrome/browser/printing/printer_query.h |
+++ b/chrome/browser/printing/printer_query.h |
@@ -53,7 +53,7 @@ class PrinterQuery : public PrintJobWorkerOwner { |
const base::Closure& callback); |
// Updates the current settings with |new_settings| dictionary values. |
- void SetSettings(const base::DictionaryValue& new_settings, |
+ void SetSettings(scoped_ptr<base::DictionaryValue> new_settings, |
const base::Closure& callback); |
// Set a destination for the worker. |