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

Unified Diff: components/ntp_snippets/request_throttler.cc

Issue 2368583002: [NTP Snippets] Cleanups from clang-tidy (Closed)
Patch Set: rebase Created 4 years, 3 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: components/ntp_snippets/request_throttler.cc
diff --git a/components/ntp_snippets/request_throttler.cc b/components/ntp_snippets/request_throttler.cc
index 5fd114a813b577b258e5625e07092240da736ac1..d921c808ce3360dc3880a252350b1a338f1cd0d3 100644
--- a/components/ntp_snippets/request_throttler.cc
+++ b/components/ntp_snippets/request_throttler.cc
@@ -4,7 +4,7 @@
#include "components/ntp_snippets/request_throttler.h"
-#include <limits.h>
+#include <climits>
#include <vector>
#include "base/metrics/histogram.h"

Powered by Google App Engine
This is Rietveld 408576698