commit | 8a07d5389cb9ba2626517cf61ebc56cb90c88df4 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 22:13:53 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 22:14:53 2015 |
tree | 2a9ca9c1598c164a7661aa1b38e092cafb8cc38b | |
parent | 9ceb8b82f9e1abaefd886aeaf189544dbb50d2fd [diff] [blame] |
Switch to standard integer types in chrome/browser/chromeos/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1547093002 Cr-Commit-Position: refs/heads/master@{#366838}
diff --git a/chrome/browser/chromeos/external_metrics.cc b/chrome/browser/chromeos/external_metrics.cc index e36f17a..1a60716 100644 --- a/chrome/browser/chromeos/external_metrics.cc +++ b/chrome/browser/chromeos/external_metrics.cc
@@ -4,6 +4,8 @@ #include "chrome/browser/chromeos/external_metrics.h" +#include <stddef.h> + #include <map> #include <string>