Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3132)

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host.h

Issue 313073002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase the branch Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698