Chromium Code Reviews| Index: chrome/test/automation/tab_proxy.cc |
| =================================================================== |
| --- chrome/test/automation/tab_proxy.cc (revision 98481) |
| +++ chrome/test/automation/tab_proxy.cc (working copy) |
| @@ -586,7 +586,7 @@ |
| } |
| bool TabProxy::GetSecurityState(SecurityStyle* security_style, |
| - int* ssl_cert_status, |
| + net::CertStatus* ssl_cert_status, |
| int* insecure_content_status) { |
| DCHECK(security_style && ssl_cert_status && insecure_content_status); |