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

Unified Diff: components/webdata/encryptor/encryptor_unittest.cc

Issue 13973004: Convert string16 -> base::string16 in components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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/webdata/encryptor/encryptor_unittest.cc
diff --git a/components/webdata/encryptor/encryptor_unittest.cc b/components/webdata/encryptor/encryptor_unittest.cc
index c9f802625e94bf4f66013e02613fec756a378218..6d166bd3094a4e694ec601cba768fce8f3feba39 100644
--- a/components/webdata/encryptor/encryptor_unittest.cc
+++ b/components/webdata/encryptor/encryptor_unittest.cc
@@ -27,8 +27,8 @@ class EncryptorTest : public testing::Test {
};
TEST_F(EncryptorTest, String16EncryptionDecryption) {
- string16 plaintext;
- string16 result;
+ base::string16 plaintext;
+ base::string16 result;
std::string utf8_plaintext;
std::string utf8_result;
std::string ciphertext;

Powered by Google App Engine
This is Rietveld 408576698