diff options
Diffstat (limited to 'components/autofill/core/browser/autofill_profile.cc')
-rw-r--r-- | components/autofill/core/browser/autofill_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc index e68f124..b828bb6 100644 --- a/components/autofill/core/browser/autofill_profile.cc +++ b/components/autofill/core/browser/autofill_profile.cc @@ -10,11 +10,11 @@ #include <ostream> #include <set> -#include "base/basictypes.h" #include "base/guid.h" #include "base/i18n/case_conversion.h" #include "base/i18n/char_iterator.h" #include "base/logging.h" +#include "base/macros.h" #include "base/metrics/histogram_macros.h" #include "base/sha1.h" #include "base/strings/string_util.h" |