| 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 04a95499c1200d1734a5ba9547af24113a31b200..ff199115be10bb8919f9a443dc9030aced5edf83 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -352,7 +352,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;
|
|
|