| 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 df7d0a03108adc667dd88e8db32118d88969ea15..da78684038538970e3044582e85390ad41b320c1 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -342,8 +342,7 @@ class BrowserView : public BrowserWindow,
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
| const GURL& virtual_url,
|
| - const security_state::SecurityStateModel::SecurityInfo& security_info)
|
| - override;
|
| + const security_state::SecurityInfo& security_info) override;
|
| void ShowAppMenu() override;
|
| bool PreHandleKeyboardEvent(const content::NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) override;
|
|
|