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

Unified Diff: components/autofill/content/browser/wallet/instrument_unittest.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/content/browser/wallet/instrument_unittest.cc
diff --git a/components/autofill/content/browser/wallet/instrument_unittest.cc b/components/autofill/content/browser/wallet/instrument_unittest.cc
index b5f273f87fecbd2a9b1dacc26478742da8c48ecc..7fe3b8e3aff70936c76259c2c0f751ce9f561dda 100644
--- a/components/autofill/content/browser/wallet/instrument_unittest.cc
+++ b/components/autofill/content/browser/wallet/instrument_unittest.cc
@@ -9,6 +9,8 @@
#include "components/autofill/content/browser/wallet/wallet_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
+using base::ASCIIToUTF16;
+
namespace {
const char kPrimaryAccountNumber[] = "4444444444444448";

Powered by Google App Engine
This is Rietveld 408576698