diff options
author | avi <avi@chromium.org> | 2015-12-26 09:30:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-26 17:32:10 +0000 |
commit | 51ba3e6902ecd7284d3be51db648127d1be2187f (patch) | |
tree | 368c5fca978f6e804d5774b22a9bd2c07eff1fc8 /sandbox | |
parent | 0d65fb8a06f3ab6e5c309e378e12640a2906af66 (diff) | |
download | chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.zip chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.gz chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.bz2 |
Clean up header files.
BUG=138542
TBR=ben@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1544283002
Cr-Commit-Position: refs/heads/master@{#366903}
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/linux/services/credentials.cc | 1 | ||||
-rw-r--r-- | sandbox/linux/services/credentials_unittest.cc | 1 | ||||
-rw-r--r-- | sandbox/win/src/handle_closer_agent.cc | 1 | ||||
-rw-r--r-- | sandbox/win/src/handle_closer_test.cc | 1 | ||||
-rw-r--r-- | sandbox/win/wow_helper/service64_resolver.cc | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc index de5f8c4..fb6b6b4 100644 --- a/sandbox/linux/services/credentials.cc +++ b/sandbox/linux/services/credentials.cc @@ -5,6 +5,7 @@ #include "sandbox/linux/services/credentials.h" #include <errno.h> +#include <limits.h> #include <signal.h> #include <stddef.h> #include <stdint.h> diff --git a/sandbox/linux/services/credentials_unittest.cc b/sandbox/linux/services/credentials_unittest.cc index 39fd6a7..d666a0c 100644 --- a/sandbox/linux/services/credentials_unittest.cc +++ b/sandbox/linux/services/credentials_unittest.cc @@ -6,6 +6,7 @@ #include <errno.h> #include <fcntl.h> +#include <limits.h> #include <pthread.h> #include <signal.h> #include <stdio.h> diff --git a/sandbox/win/src/handle_closer_agent.cc b/sandbox/win/src/handle_closer_agent.cc index 5face9b..6b17f65 100644 --- a/sandbox/win/src/handle_closer_agent.cc +++ b/sandbox/win/src/handle_closer_agent.cc @@ -4,6 +4,7 @@ #include "sandbox/win/src/handle_closer_agent.h" +#include <limits.h> #include <stddef.h> #include "base/logging.h" diff --git a/sandbox/win/src/handle_closer_test.cc b/sandbox/win/src/handle_closer_test.cc index c144ac3..ceba818 100644 --- a/sandbox/win/src/handle_closer_test.cc +++ b/sandbox/win/src/handle_closer_test.cc @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <limits.h> #include <stddef.h> #include "base/strings/stringprintf.h" diff --git a/sandbox/win/wow_helper/service64_resolver.cc b/sandbox/win/wow_helper/service64_resolver.cc index 32c9829..b5b67cc 100644 --- a/sandbox/win/wow_helper/service64_resolver.cc +++ b/sandbox/win/wow_helper/service64_resolver.cc @@ -4,6 +4,7 @@ #include "sandbox/win/wow_helper/service64_resolver.h" +#include <limits.h> #include <stddef.h> #include "base/memory/scoped_ptr.h" |