| Index: components/autofill/core/browser/webdata/autofill_table_unittest.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_table_unittest.cc b/components/autofill/core/browser/webdata/autofill_table_unittest.cc
|
| index daa0a63c0fb9b6e157e6389bf92dc09e7cc910f9..23261f04b9b80d0671c5f598c8fdcc5107bb01ae 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_table_unittest.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_table_unittest.cc
|
| @@ -19,7 +19,7 @@
|
| #include "components/autofill/core/browser/webdata/autofill_entry.h"
|
| #include "components/autofill/core/browser/webdata/autofill_table.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| -#include "components/encryptor/encryptor.h"
|
| +#include "components/encryptor/os_crypt.h"
|
| #include "components/webdata/common/web_database.h"
|
| #include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -129,7 +129,7 @@ class AutofillTableTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() {
|
| #if defined(OS_MACOSX)
|
| - Encryptor::UseMockKeychain(true);
|
| + OSCrypt::UseMockKeychain(true);
|
| #endif
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| file_ = temp_dir_.path().AppendASCII("TestWebDatabase");
|
|
|