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

Unified Diff: components/autofill/core/browser/android/auxiliary_profile_unittest_android.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/android/auxiliary_profile_unittest_android.cc
diff --git a/components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc b/components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
index b8f8dce1306407b0da22a7668f053013969294f6..daee564a16b88292ab4d4e8b3d6ee5535de0522e 100644
--- a/components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
+++ b/components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
@@ -11,6 +11,8 @@
#include "components/autofill/core/browser/autofill_profile.h"
#include "testing/gtest/include/gtest/gtest.h"
+using base::ASCIIToUTF16;
+
namespace autofill {
class AuxiliaryProfileAndroidTest : public testing::Test {

Powered by Google App Engine
This is Rietveld 408576698