Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: components/autofill/core/browser/address_field.cc

Issue 112433004: Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/address_field.cc
diff --git a/components/autofill/core/browser/address_field.cc b/components/autofill/core/browser/address_field.cc
index 46b1f5e25b823bd38fa30554baddb67dde28d4d3..2e272b9f93fa161df27e10ffc5dd294775112207 100644
--- a/components/autofill/core/browser/address_field.cc
+++ b/components/autofill/core/browser/address_field.cc
@@ -17,6 +17,8 @@
#include "components/autofill/core/browser/field_types.h"
#include "ui/base/l10n/l10n_util.h"
+using base::UTF8ToUTF16;
+
namespace autofill {
FormField* AddressField::Parse(AutofillScanner* scanner) {
« no previous file with comments | « components/autofill/core/browser/address.cc ('k') | components/autofill/core/browser/address_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698