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/user_prefs/user_prefs.h b/components/user_prefs/user_prefs.h index ceea4f0..55e81c9 100644 --- a/components/user_prefs/user_prefs.h +++ b/components/user_prefs/user_prefs.h
@@ -5,7 +5,7 @@ #ifndef COMPONENTS_USER_PREFS_USER_PREFS_H_ #define COMPONENTS_USER_PREFS_USER_PREFS_H_ -#include "base/basictypes.h" +#include "base/macros.h" #include "base/supports_user_data.h" #include "components/user_prefs/user_prefs_export.h"