commit | c9cec102fb11a2f3ca3156244446da2d3cdc36b8 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Wed Dec 23 00:39:26 2015 |
committer | Commit bot <[email protected]> | Wed Dec 23 00:40:04 2015 |
tree | b71268f8bd987d4a93d16e674f6e190462791f69 | |
parent | 389a09adfd1cfd035c37306cc10db23480930c28 [diff] [blame] |
Switch to standard integer types in extensions/browser/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1549643002 Cr-Commit-Position: refs/heads/master@{#366702}
diff --git a/extensions/browser/extension_throttle_manager.h b/extensions/browser/extension_throttle_manager.h index 00b677f..5a5b284 100644 --- a/extensions/browser/extension_throttle_manager.h +++ b/extensions/browser/extension_throttle_manager.h
@@ -8,7 +8,7 @@ #include <map> #include <string> -#include "base/basictypes.h" +#include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h"