| Index: components/os_crypt/os_crypt_win.cc
|
| diff --git a/components/os_crypt/os_crypt_win.cc b/components/os_crypt/os_crypt_win.cc
|
| index bbed44136579fb8f3fc037bcae87374dc1b20391..093878d683364989e7509e7a48b415ff09021b0c 100644
|
| --- a/components/os_crypt/os_crypt_win.cc
|
| +++ b/components/os_crypt/os_crypt_win.cc
|
| @@ -9,8 +9,6 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "crypto/wincrypt_shim.h"
|
|
|
| -#pragma comment(lib, "crypt32.lib")
|
| -
|
| bool OSCrypt::EncryptString16(const base::string16& plaintext,
|
| std::string* ciphertext) {
|
| return EncryptString(base::UTF16ToUTF8(plaintext), ciphertext);
|
|
|