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

Unified Diff: chrome/browser/ui/views/translate/translate_icon_view.h

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: ok no export 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/translate/translate_icon_view.h
diff --git a/chrome/browser/ui/views/translate/translate_icon_view.h b/chrome/browser/ui/views/translate/translate_icon_view.h
index ec4f57d04628b863bf6e886e4aa7c1350aae71ca..f05dd1e5c31f386a4f1dd154c9f0c5c289a1621f 100644
--- a/chrome/browser/ui/views/translate/translate_icon_view.h
+++ b/chrome/browser/ui/views/translate/translate_icon_view.h
@@ -22,7 +22,7 @@ class TranslateIconView : public BubbleIconView {
void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
void OnPressed(bool activated) override;
views::BubbleDialogDelegateView* GetBubble() const override;
- gfx::VectorIconId GetVectorIcon() const override;
+ const gfx::VectorIcon& GetVectorIcon() const override;
private:
DISALLOW_COPY_AND_ASSIGN(TranslateIconView);

Powered by Google App Engine
This is Rietveld 408576698