| 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 7981edd5da6e20c92db9489b8a6ad98232d5d34c..fbde1fd9d45f5040637b15ce80328dd6a6fe4ac3 100644
|
| --- a/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| +++ b/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| @@ -65,8 +65,8 @@ class TranslateBubbleView : public LocationBarBubbleDelegateView,
|
| translate::TranslateErrors::Type error_type,
|
| DisplayReason reason);
|
|
|
| - // Closes the current bubble if existing.
|
| - static void CloseBubble();
|
| + // Closes the current bubble if it exists.
|
| + static void CloseCurrentBubble();
|
|
|
| // Returns the bubble view currently shown. This may return NULL.
|
| static TranslateBubbleView* GetCurrentBubble();
|
|
|