diff options
Diffstat (limited to 'sync/util')
-rw-r--r-- | sync/util/data_encryption_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/util/data_encryption_win.cc b/sync/util/data_encryption_win.cc index 943f849..5fec33b 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/webdata/encryptor/encryptor_win.cc. Preferably, all // this stuff would live in crypto/. namespace syncer { |