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

Unified Diff: chrome/browser/ui/views/location_bar/star_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/location_bar/star_view.h
diff --git a/chrome/browser/ui/views/location_bar/star_view.h b/chrome/browser/ui/views/location_bar/star_view.h
index 32f327f8e7e04b07aced6457335cb6ecf58a0333..6bb7d6ebfaaa6cea44003dde220187092aa73d46 100644
--- a/chrome/browser/ui/views/location_bar/star_view.h
+++ b/chrome/browser/ui/views/location_bar/star_view.h
@@ -25,7 +25,7 @@ class StarView : public BubbleIconView {
void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
void ExecuteCommand(ExecuteSource source) override;
views::BubbleDialogDelegateView* GetBubble() const override;
- gfx::VectorIconId GetVectorIcon() const override;
+ const gfx::VectorIcon& GetVectorIcon() const override;
private:
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/views/location_bar/selected_keyword_view.cc ('k') | chrome/browser/ui/views/location_bar/star_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698