commit | 66a07725bcfb4808fff1b806086374ca03f42ea0 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Fri Dec 25 23:38:12 2015 |
committer | Commit bot <[email protected]> | Fri Dec 25 23:39:25 2015 |
tree | be188b3451bcb4aef0863e9376c5fe7ab4e49dd3 | |
parent | f57136c13874f21a4c6885e49d00d3c45bb427ba [diff] [blame] |
Switch to standard integer types in content/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1544273002 Cr-Commit-Position: refs/heads/master@{#366875}
diff --git a/content/browser/appcache/appcache_response_unittest.cc b/content/browser/appcache/appcache_response_unittest.cc index cdce8e6..54f3a6e 100644 --- a/content/browser/appcache/appcache_response_unittest.cc +++ b/content/browser/appcache/appcache_response_unittest.cc
@@ -3,6 +3,7 @@ // found in the LICENSE file. #include <stdint.h> +#include <string.h> #include <stack> #include <string>