| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 706ab86b2a7c92c97b15b9cd8ffa603052c9753a..e6cc266c85a03406dd0705897fd5cea1f6154b3b 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1276,7 +1276,7 @@ bool Browser::CanDragEnter(content::WebContents* source,
|
| return true;
|
| }
|
|
|
| -content::SecurityStyle Browser::GetSecurityStyle(
|
| +blink::WebSecurityStyle Browser::GetSecurityStyle(
|
| WebContents* web_contents,
|
| content::SecurityStyleExplanations* security_style_explanations) {
|
| ChromeSecurityStateModelClient* model_client =
|
|
|