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/quota_service_unittest.cc b/extensions/browser/quota_service_unittest.cc index c5b7812..a70e7f2 100644 --- a/extensions/browser/quota_service_unittest.cc +++ b/extensions/browser/quota_service_unittest.cc
@@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <stddef.h> + +#include "base/macros.h" #include "base/message_loop/message_loop.h" #include "base/process/process.h" #include "base/stl_util.h"