summaryrefslogtreecommitdiffstats
path: root/components/os_crypt/ie7_password_win_unittest.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 15:27:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-25 23:28:47 +0000
commitf57136c13874f21a4c6885e49d00d3c45bb427ba (patch)
treed009df408c8384390d7f10dc961742e2c24ead8b /components/os_crypt/ie7_password_win_unittest.cc
parentbc5337b805a6249554ca15d8bae77713ace7eff4 (diff)
downloadchromium_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/os_crypt/ie7_password_win_unittest.cc')
-rw-r--r--components/os_crypt/ie7_password_win_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/os_crypt/ie7_password_win_unittest.cc b/components/os_crypt/ie7_password_win_unittest.cc
index a17787c..6aba48c 100644
--- a/components/os_crypt/ie7_password_win_unittest.cc
+++ b/components/os_crypt/ie7_password_win_unittest.cc
@@ -8,6 +8,7 @@
#include <vector>
+#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(IE7PasswordTest, GetUserPassword) {