| 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 0b54eb5e9f6704afb017c686894e831e6fe94c55..d9e2f42902a8a5f813bb4731ff1c0489a30aaf29 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -343,8 +343,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;
|
|
|