diff options
author | avi <avi@chromium.org> | 2015-12-25 15:27:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-25 23:28:47 +0000 |
commit | f57136c13874f21a4c6885e49d00d3c45bb427ba (patch) | |
tree | d009df408c8384390d7f10dc961742e2c24ead8b /components/proximity_auth/remote_device_life_cycle_impl_unittest.cc | |
parent | bc5337b805a6249554ca15d8bae77713ace7eff4 (diff) | |
download | chromium_src-f57136c13874f21a4c6885e49d00d3c45bb427ba.zip chromium_src-f57136c13874f21a4c6885e49d00d3c45bb427ba.tar.gz chromium_src-f57136c13874f21a4c6885e49d00d3c45bb427ba.tar.bz2 |
Switch to standard integer types in components/, part 3 of 4.
BUG=138542
TBR=blundell@chromium.org
Review URL: https://codereview.chromium.org/1551433002
Cr-Commit-Position: refs/heads/master@{#366874}
Diffstat (limited to 'components/proximity_auth/remote_device_life_cycle_impl_unittest.cc')
-rw-r--r-- | components/proximity_auth/remote_device_life_cycle_impl_unittest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc b/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc index 020e492..22945cc 100644 --- a/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc +++ b/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc @@ -4,7 +4,10 @@ #include "components/proximity_auth/remote_device_life_cycle_impl.h" +#include <stddef.h> + #include "base/callback.h" +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/test/test_simple_task_runner.h" #include "base/thread_task_runner_handle.h" |