| Index: chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| index f56c4a27670f077588baa70bca6199c24689f49e..2411b960370cb807e8171ee9e8defda464bcf6a8 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "chrome/browser/ui/views/location_bar/touchable_location_bar_view.h"
|
| #include "ui/gfx/size.h"
|
| #include "ui/views/view.h"
|
|
|
| @@ -18,7 +19,9 @@ class WebContents;
|
| }
|
|
|
| // A container for the PageActionImageView plus its badge.
|
| -class PageActionWithBadgeView : public views::View {
|
| +class PageActionWithBadgeView
|
| + : public views::View,
|
| + public TouchableLocationBarView<PageActionWithBadgeView> {
|
| public:
|
| explicit PageActionWithBadgeView(PageActionImageView* image_view);
|
|
|
|
|