commit | c8ba61a232ba11f25c599a5869e0b5eb3135e876 | [log] [tgz] |
---|---|---|
author | Zentaro Kavanagh <[email protected]> | Mon May 13 17:24:46 2019 |
committer | Commit Bot <[email protected]> | Mon May 13 17:24:46 2019 |
tree | 5fc4853cacd1ca6ab14b4a91c7e163637b61cf77 | |
parent | 8bb06f074a9a1de989dd1c7c587126cdaa74a264 [diff] [blame] |
Cleanup includes - Forward declare where possible - Remove unused includes - Reorder includes BUG=None TEST=Compiles Change-Id: If353aa7666ffe85255a69102e0ecbcbc6793ffb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606635 Reviewed-by: Bailey Berro <[email protected]> Reviewed-by: Sergey Poromov <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Reviewed-by: Sean Kau <[email protected]> Commit-Queue: Zentaro Kavanagh <[email protected]> Cr-Commit-Position: refs/heads/master@{#659083}
diff --git a/chrome/browser/chromeos/printing/usb_printer_notification.h b/chrome/browser/chromeos/printing/usb_printer_notification.h index 9d1b4c5..9c5eab45 100644 --- a/chrome/browser/chromeos/printing/usb_printer_notification.h +++ b/chrome/browser/chromeos/printing/usb_printer_notification.h
@@ -11,6 +11,7 @@ #include "base/memory/weak_ptr.h" #include "chrome/browser/chromeos/printing/printer_configurer.h" +#include "chromeos/printing/printer_configuration.h" #include "ui/message_center/public/cpp/notification_delegate.h" class Profile;