Index: chrome/browser/sync/glue/chrome_encryptor.cc |
diff --git a/chrome/browser/sync/glue/chrome_encryptor.cc b/chrome/browser/sync/glue/chrome_encryptor.cc |
index 4f08684f59d55e4caf53f9aa25ff95584efc6383..ec310abc9b9c2bd45099c0249c8e0a3943caa3e8 100644 |
--- a/chrome/browser/sync/glue/chrome_encryptor.cc |
+++ b/chrome/browser/sync/glue/chrome_encryptor.cc |
@@ -17,7 +17,7 @@ bool ChromeEncryptor::EncryptString(const std::string& plaintext, |
bool ChromeEncryptor::DecryptString(const std::string& ciphertext, |
std::string* plaintext) { |
- return ::Encryptor::EncryptString(ciphertext, plaintext); |
+ return ::Encryptor::DecryptString(ciphertext, plaintext); |
} |
} // namespace browser_sync |