Index: chrome/browser/ui/views/translate/translate_bubble_view.h |
diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.h b/chrome/browser/ui/views/translate/translate_bubble_view.h |
index 39d066be80819e9c46beaab4ed865ad6b0e1a801..91b38a379b15616a3ae86c1809a9db5400eb30e9 100644 |
--- a/chrome/browser/ui/views/translate/translate_bubble_view.h |
+++ b/chrome/browser/ui/views/translate/translate_bubble_view.h |
@@ -70,8 +70,7 @@ class TranslateBubbleView : public views::BubbleDelegateView, |
virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; |
// content::WebContentsObserver method. |
- virtual void WebContentsDestroyed(content::WebContents* web_contents) |
- OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
// Returns the current view state. |
TranslateBubbleModel::ViewState GetViewState() const; |