| Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| index 78f98360f5cd582c033d0da6bfbceb9a002bced9..21fe329acdf751df71c85d9768e94b1fd9bb9397 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -61,7 +61,6 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
| class SaveConfirmationView;
|
| class SignInPromoView;
|
| class UpdatePendingView;
|
| - class WebContentMouseHandler;
|
|
|
| ManagePasswordsBubbleView(content::WebContents* web_contents,
|
| views::View* anchor_view,
|
| @@ -102,7 +101,6 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
|
|
| views::View* initially_focused_view_;
|
|
|
| - // A helper to intercept mouse click events on the web contents.
|
| std::unique_ptr<WebContentMouseHandler> mouse_handler_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ManagePasswordsBubbleView);
|
|
|