Index: printing/print_dialog_gtk_interface.h |
=================================================================== |
--- printing/print_dialog_gtk_interface.h (revision 92173) |
+++ printing/print_dialog_gtk_interface.h (working copy) |
@@ -24,7 +24,7 @@ |
// dictionary of settings with possible keys from |
// printing/print_job_constants.h. Only used when printing without the system |
// print dialog. E.g. for Print Preview. Returns false on error. |
- virtual bool UpdateSettings(const DictionaryValue& settings, |
+ virtual bool UpdateSettings(const base::DictionaryValue& settings, |
const PageRanges& ranges) = 0; |
// Shows the dialog and handles the response with |callback|. Only used when |