Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: components/os_crypt/ie7_password_win_unittest.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/os_crypt/ie7_password_win.cc ('k') | components/os_crypt/os_crypt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/ie7_password_win_unittest.cc
diff --git a/components/os_crypt/ie7_password_win_unittest.cc b/components/os_crypt/ie7_password_win_unittest.cc
index a17787c04dc4755bcbfe0361f97c14b7286c0813..6aba48c9f3e08f147b6fb96103ce22eeab2513da 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) {
« no previous file with comments | « components/os_crypt/ie7_password_win.cc ('k') | components/os_crypt/os_crypt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698