Index: chrome/test/automation/tab_proxy.h |
=================================================================== |
--- chrome/test/automation/tab_proxy.h (revision 102325) |
+++ chrome/test/automation/tab_proxy.h (working copy) |
@@ -282,7 +282,7 @@ |
// Retrieves the different security states for the current tab. |
bool GetSecurityState(SecurityStyle* security_style, |
- int* ssl_cert_status, |
+ net::CertStatus* ssl_cert_status, |
int* insecure_content_status) WARN_UNUSED_RESULT; |
// Returns the type of the page currently showing (normal, interstitial, |