Index: chrome/browser/ui/autofill/autofill_dialog_controller.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.cc b/chrome/browser/ui/autofill/autofill_dialog_controller.cc |
index 0f5a29b2877f6596e6f80fc51d6a324fe3ed4213..bdc6ef2d08b8729fcbd2eb2d4379e5539914e8ee 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.cc |
@@ -240,6 +240,8 @@ string16 AutofillDialogController::LabelForSection(DialogSection section) |
switch (section) { |
case SECTION_EMAIL: |
return l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_SECTION_EMAIL); |
+ case SECTION_CC: |
+ return l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_SECTION_CC); |
case SECTION_BILLING: |
return l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_SECTION_BILLING); |
case SECTION_SHIPPING: |