commit | 5dd91f87503390b4fbddc53cb13dc9e8e5d3e3ec | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Fri Dec 25 22:30:46 2015 |
committer | Commit bot <[email protected]> | Fri Dec 25 22:31:31 2015 |
tree | 027c60f01fdcb12671bc2ee3e7d6b4ad8025e5d7 | |
parent | a2238c73732f3e3f3b20a4f231d92c130cff52ba [diff] [blame] |
Switch to standard integer types in components/, part 4 of 4. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1549993003 Cr-Commit-Position: refs/heads/master@{#366870}
diff --git a/components/update_client/update_client_unittest.cc b/components/update_client/update_client_unittest.cc index d8ad6df..d2194c4a 100644 --- a/components/update_client/update_client_unittest.cc +++ b/components/update_client/update_client_unittest.cc
@@ -7,6 +7,7 @@ #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/location.h" +#include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h"