| 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 91c3c3caa2a2606f0479af6331845429a010451b..c86e8ed63097c25e7459dd075e5575cf575a7a58 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 PendingView;
|
| class SaveConfirmationView;
|
| class UpdatePendingView;
|
| - class WebContentMouseHandler;
|
|
|
| ManagePasswordsBubbleView(content::WebContents* web_contents,
|
| views::View* anchor_view,
|
| @@ -100,7 +99,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);
|
|
|