Fix other compilation errors

This commit is contained in:
Cheng Zhao 2015-03-10 17:00:55 -07:00
parent 98fbe5127b
commit 5b2c0110dc
9 changed files with 16 additions and 27 deletions

View file

@ -192,6 +192,7 @@ void PrintJobWorker::GetSettingsWithUI(
printing_context_->AskUserForSettings(
document_page_count,
has_selection,
false,
base::Bind(&PrintJobWorker::GetSettingsWithUIDone,
base::Unretained(this)));
}