Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
index caa7fcc457a93f7dbfb29b7152045da49d505398..71bb7c7f65a6d0b6836948129487e78f867f36ea 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
@@ -1517,9 +1517,8 @@ gfx::Image AutofillDialogControllerImpl::SplashPageImage() const { |
int show_count = |
profile_->GetPrefs()->GetInteger(::prefs::kAutofillDialogShowCount); |
if (show_count <= 4) { |
- // TODO(estade): this logo is not the right size. |
return ui::ResourceBundle::GetSharedInstance().GetImageNamed( |
- IDR_PRODUCT_LOGO); |
+ IDR_PRODUCT_LOGO_NAME_48); |
} |
return gfx::Image(); |