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

Unified Diff: sync/util/data_encryption_win.cc

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« components/encryptor/README ('K') | « components/encryptor/encryptor_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/data_encryption_win.cc
diff --git a/sync/util/data_encryption_win.cc b/sync/util/data_encryption_win.cc
index 943f849e36a27bc34f4159cac64a2e9a48da0369..da6d838a9e1a6c93904fae5f04e001106d8122d6 100644
--- a/sync/util/data_encryption_win.cc
+++ b/sync/util/data_encryption_win.cc
@@ -14,7 +14,7 @@
#pragma comment(lib, "crypt32.lib")
// TODO(akalin): Merge this with similar code in
-// chrome/browser/password_manager/encryptor_win.cc. Preferably, all
+// components/encryptor/encryptor_win.cc. Preferably, all
// this stuff would live in crypto/.
namespace syncer {
« components/encryptor/README ('K') | « components/encryptor/encryptor_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698