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

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

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 11 months 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
Index: chrome/browser/ui/views/autofill/save_card_icon_view.h
diff --git a/chrome/browser/ui/views/autofill/save_card_icon_view.h b/chrome/browser/ui/views/autofill/save_card_icon_view.h
index d2a6d03c1d761032c7c1f0e0189e08fb23e8b1f5..b1b4194febd77c8535097205887b3dae178f8338 100644
--- a/chrome/browser/ui/views/autofill/save_card_icon_view.h
+++ b/chrome/browser/ui/views/autofill/save_card_icon_view.h
@@ -28,7 +28,7 @@ class SaveCardIconView : public BubbleIconView, public TabStripModelObserver {
// BubbleIconView:
void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
views::BubbleDialogDelegateView* GetBubble() const override;
- gfx::VectorIconId GetVectorIcon() const override;
+ const gfx::VectorIcon& GetVectorIcon() const override;
// TabStripModelObserver:
void TabDeactivated(content::WebContents* contents) override;

Powered by Google App Engine
This is Rietveld 408576698