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

Unified Diff: components/autofill/core/browser/autofill_profile.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/autofill_profile.cc
diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc
index 520eff94db8ad1cc2e3caeac164c968858874b73..a7728324f4fb53f6390eab061db7f8b61daa2579 100644
--- a/components/autofill/core/browser/autofill_profile.cc
+++ b/components/autofill/core/browser/autofill_profile.cc
@@ -27,6 +27,9 @@
#include "grit/component_strings.h"
#include "ui/base/l10n/l10n_util.h"
+using base::ASCIIToUTF16;
+using base::UTF16ToUTF8;
+
namespace autofill {
namespace {

Powered by Google App Engine
This is Rietveld 408576698