| 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 e460b2b80152da85b8f9c76f0f328f257a347fa6..30941ed6495a9592add132ef8fa251f43223cfb0 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_STAR_VIEW_H_
|
| #pragma once
|
|
|
| +#include "chrome/browser/ui/views/location_bar/touchable_location_bar_view.h"
|
| #include "ui/views/controls/image_view.h"
|
|
|
| class CommandUpdater;
|
| @@ -15,7 +16,9 @@ class KeyEvent;
|
| class MouseEvent;
|
| }
|
|
|
| -class StarView : public views::ImageView {
|
| +class StarView
|
| + : public views::ImageView,
|
| + public TouchableLocationBarView<StarView> {
|
| public:
|
| explicit StarView(CommandUpdater* command_updater);
|
| virtual ~StarView();
|
|
|