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