| Index: chrome/browser/autofill/contact_info.cc
|
| diff --git a/chrome/browser/autofill/contact_info.cc b/chrome/browser/autofill/contact_info.cc
|
| index 009cca6c88c96404a36ab4df7bfcb7484f6690e3..ad103a64a11be1ef504b11e140a96b710d751e4b 100644
|
| --- a/chrome/browser/autofill/contact_info.cc
|
| +++ b/chrome/browser/autofill/contact_info.cc
|
| @@ -4,7 +4,12 @@
|
|
|
| #include "chrome/browser/autofill/contact_info.h"
|
|
|
| +#include <stddef.h>
|
| +#include <ostream>
|
| +#include <string>
|
| +
|
| #include "base/basictypes.h"
|
| +#include "base/logging.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/autofill/autofill_type.h"
|
|
|