Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2198)

Unified Diff: chrome/browser/ui/views/autofill/save_card_icon_view.cc

Issue 1424743009: Switch autofill card saving bubble icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners for gn Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/save_card_icon_view.cc
diff --git a/chrome/browser/ui/views/autofill/save_card_icon_view.cc b/chrome/browser/ui/views/autofill/save_card_icon_view.cc
index 878b6e0fef1328d8a6569267dca6486af40f398a..68b16db22d8c1cbf4b25ae36db071b9cf633562e 100644
--- a/chrome/browser/ui/views/autofill/save_card_icon_view.cc
+++ b/chrome/browser/ui/views/autofill/save_card_icon_view.cc
@@ -51,7 +51,7 @@ views::BubbleDelegateView* SaveCardIconView::GetBubble() const {
}
gfx::VectorIconId SaveCardIconView::GetVectorIcon() const {
- return gfx::VectorIconId::AUTOFILL;
+ return gfx::VectorIconId::CREDIT_CARD;
}
} // namespace autofill
« no previous file with comments | « no previous file | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698