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

Unified Diff: extensions/browser/extension_throttle_simulation_unittest.cc

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
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 | « extensions/browser/extension_throttle_manager.h ('k') | extensions/browser/extension_throttle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_throttle_simulation_unittest.cc
diff --git a/extensions/browser/extension_throttle_simulation_unittest.cc b/extensions/browser/extension_throttle_simulation_unittest.cc
index 2c9318ba102c21afcc85e2f09efda2304321d9f1..d81ceed3b602b923668a09bb380cf5d5335ba9ac 100644
--- a/extensions/browser/extension_throttle_simulation_unittest.cc
+++ b/extensions/browser/extension_throttle_simulation_unittest.cc
@@ -12,11 +12,14 @@
// anti-DDoS throttling for various different actual downtimes is what
// we expect it to be.
+#include <stddef.h>
+
#include <cmath>
#include <limits>
#include <vector>
#include "base/environment.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/rand_util.h"
« no previous file with comments | « extensions/browser/extension_throttle_manager.h ('k') | extensions/browser/extension_throttle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698