Index: chrome/browser/printing/print_preview_dialog_controller.h |
diff --git a/chrome/browser/printing/print_preview_dialog_controller.h b/chrome/browser/printing/print_preview_dialog_controller.h |
index 493e1c2e591e5127ec80cacf56edcf11ac7f493b..6a4cf4bd9b64970686d4a462e263290723fa1ef0 100644 |
--- a/chrome/browser/printing/print_preview_dialog_controller.h |
+++ b/chrome/browser/printing/print_preview_dialog_controller.h |
@@ -85,8 +85,8 @@ class PrintPreviewDialogController |
// 1:1 relationship between a print preview dialog and its initiator tab. |
// Key: Print preview dialog. |
// Value: Initiator. |
- typedef std::map<content::WebContents*, content::WebContents*> |
- PrintPreviewDialogMap; |
+ using PrintPreviewDialogMap = |
+ std::map<content::WebContents*, content::WebContents*>; |
~PrintPreviewDialogController() override; |