diff options
| author | avi <avi@chromium.org> | 2015-12-25 18:18:31 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-12-26 02:19:43 +0000 |
| commit | 664c07b4a56436648cc9339c18d3bd27ae220964 (patch) | |
| tree | fc307cecfc6ec1b9d18a154f8d218c1c473e9ef6 /chrome/browser/sync/test/integration/sessions_helper.cc | |
| parent | b896c715dd14ec1f7ac800350b40eeb6de2ba868 (diff) | |
| download | chromium_src-664c07b4a56436648cc9339c18d3bd27ae220964.zip chromium_src-664c07b4a56436648cc9339c18d3bd27ae220964.tar.gz chromium_src-664c07b4a56436648cc9339c18d3bd27ae220964.tar.bz2 | |
Switch to standard integer types in chrome/browser/, part 4 of 4.
BUG=138542
TBR=thakis@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1545223002
Cr-Commit-Position: refs/heads/master@{#366884}
Diffstat (limited to 'chrome/browser/sync/test/integration/sessions_helper.cc')
| -rw-r--r-- | chrome/browser/sync/test/integration/sessions_helper.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc index 35489a5..18cdc1b 100644 --- a/chrome/browser/sync/test/integration/sessions_helper.cc +++ b/chrome/browser/sync/test/integration/sessions_helper.cc @@ -4,6 +4,8 @@ #include "chrome/browser/sync/test/integration/sessions_helper.h" +#include <stddef.h> + #include <algorithm> #include "base/bind.h" |
