Index: chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h |
diff --git a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h |
index 4004a5e45fcbafe174604684734192cee31109af..343daeab6df52da9281b36ef9ab50c3ea5e6479e 100644 |
--- a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h |
+++ b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h |
@@ -88,7 +88,7 @@ class CupsPrintersHandler : public ::settings::SettingsPageUIHandler, |
// chromeos::PrinterDiscoverer::Observer override: |
void OnPrintersFound(const std::vector<Printer>& printers) override; |
- void OnDiscoveryInitialScanDone() override; |
+ void OnDiscoveryInitialScanDone(int printer_count) override; |
// Invokes debugd to add the printer to CUPS. If |ipp_everywhere| is true, |
// automatic configuration will be attempted and |ppd_path| is ignored. |