| 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;
|
|
|