| Index: chrome/browser/printing/printer_query.cc
|
| ===================================================================
|
| --- chrome/browser/printing/printer_query.cc (revision 47035)
|
| +++ chrome/browser/printing/printer_query.cc (working copy)
|
| @@ -62,7 +62,7 @@
|
| }
|
|
|
| void PrinterQuery::GetSettings(GetSettingsAskParam ask_user_for_settings,
|
| - gfx::NativeWindow parent_window,
|
| + gfx::NativeView parent_view,
|
| int expected_page_count,
|
| bool has_selection,
|
| bool use_overlays,
|
| @@ -92,7 +92,7 @@
|
| worker_.get(),
|
| &PrintJobWorker::GetSettings,
|
| is_print_dialog_box_shown_,
|
| - parent_window,
|
| + parent_view,
|
| expected_page_count,
|
| has_selection,
|
| use_overlays));
|
|
|