| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 9d499d113a3ba959f075ff1e2c95c667092c3352..9b91002020ec6b2481a1c7ef0390dd2d48020bba 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -321,9 +321,10 @@ class BrowserView : public BrowserWindow,
|
| virtual void ShowBookmarkAppBubble(
|
| const WebApplicationInfo& web_app_info,
|
| const std::string& extension_id) OVERRIDE;
|
| - virtual void ShowTranslateBubble(content::WebContents* contents,
|
| - translate::TranslateStep step,
|
| - TranslateErrors::Type error_type) OVERRIDE;
|
| + virtual void ShowTranslateBubble(
|
| + content::WebContents* contents,
|
| + translate::TranslateStep step,
|
| + translate::TranslateErrors::Type error_type) OVERRIDE;
|
| #if defined(ENABLE_ONE_CLICK_SIGNIN)
|
| virtual void ShowOneClickSigninBubble(
|
| OneClickSigninBubbleType type,
|
|
|