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

Unified Diff: chrome/renderer/safe_browsing/threat_dom_details.cc

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « chrome/renderer/safe_browsing/threat_dom_details.h ('k') | chrome/renderer/searchbox/search_bouncer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/safe_browsing/threat_dom_details.cc
diff --git a/chrome/renderer/safe_browsing/threat_dom_details.cc b/chrome/renderer/safe_browsing/threat_dom_details.cc
index 1a012071f47121057b9377fcf34cb0abecfcdd5e..4796ac22a6df8401f665631be30697010d11f75b 100644
--- a/chrome/renderer/safe_browsing/threat_dom_details.cc
+++ b/chrome/renderer/safe_browsing/threat_dom_details.cc
@@ -47,7 +47,7 @@ void HandleElement(
} // namespace
// An upper limit on the number of nodes we collect.
-uint32 ThreatDOMDetails::kMaxNodes = 500;
+uint32_t ThreatDOMDetails::kMaxNodes = 500;
// static
ThreatDOMDetails* ThreatDOMDetails::Create(content::RenderView* render_view) {
« no previous file with comments | « chrome/renderer/safe_browsing/threat_dom_details.h ('k') | chrome/renderer/searchbox/search_bouncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698