Index: chrome/browser/safe_browsing/client_side_detection_host.h |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h |
index 24ca81c26f73808795deba74c62d64a58104fc25..d102e6fd6b915626b599504a6f8ef18c0605ccd7 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.h |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.h |
@@ -163,9 +163,9 @@ class ClientSideDetectionHost : public content::WebContentsObserver, |
content::NotificationRegistrar registrar_; |
// Max number of ips we save for each browse |
- static const int kMaxIPsPerBrowse; |
+ static const size_t kMaxIPsPerBrowse; |
// Max number of urls we report for each malware IP. |
- static const int kMaxUrlsPerIP; |
+ static const size_t kMaxUrlsPerIP; |
bool should_extract_malware_features_; |
bool should_classify_for_malware_; |