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 58f4f2e661a74a195f7086c2d9efaa51dce51cc5..31c69a30e91a5b9428e8c3be7f83e524e681ef05 100644 |
--- a/chrome/browser/ui/views/location_bar/star_view.h |
+++ b/chrome/browser/ui/views/location_bar/star_view.h |
@@ -12,7 +12,7 @@ class CommandUpdater; |
// The star icon to show a bookmark bubble. |
class StarView : public BubbleIconView { |
public: |
- explicit StarView(CommandUpdater* command_updater); |
+ explicit StarView(CommandUpdater* command_updater, Browser* browser); |
Peter Kasting
2014/12/12 01:20:57
The star doesn't need the command updater if it ha
Deepak
2014/12/12 06:49:47
Done.
|
~StarView() override; |
// Toggles the star on or off. |