diff options
Diffstat (limited to 'chrome/browser/autofill/phone_field.cc')
-rw-r--r-- | chrome/browser/autofill/phone_field.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/autofill/phone_field.cc b/chrome/browser/autofill/phone_field.cc index 62c21e1..61ce7bb 100644 --- a/chrome/browser/autofill/phone_field.cc +++ b/chrome/browser/autofill/phone_field.cc @@ -4,15 +4,20 @@ #include "chrome/browser/autofill/phone_field.h" +<<<<<<< HEAD #ifdef ANDROID #include "app/l10n_util.h" #endif +======= +#include "app/l10n_util.h" +>>>>>>> chromium.org at r10.0.634.0 #include "base/logging.h" #include "base/scoped_ptr.h" #include "base/string16.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "chrome/browser/autofill/autofill_field.h" +#include "grit/autofill_resources.h" // static PhoneField* PhoneField::Parse(std::vector<AutoFillField*>::const_iterator* iter, |