diff options
Diffstat (limited to 'components/webdata/encryptor/encryptor_win.cc')
-rw-r--r-- | components/webdata/encryptor/encryptor_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webdata/encryptor/encryptor_win.cc b/components/webdata/encryptor/encryptor_win.cc index 3ad36f6..adf792f 100644 --- a/components/webdata/encryptor/encryptor_win.cc +++ b/components/webdata/encryptor/encryptor_win.cc @@ -6,7 +6,7 @@ #include <windows.h> #include <wincrypt.h> -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #pragma comment(lib, "crypt32.lib") |