Index: chrome/browser/signin/local_auth_unittest.cc |
diff --git a/chrome/browser/signin/local_auth_unittest.cc b/chrome/browser/signin/local_auth_unittest.cc |
index 55affcc079d51fd7a8d8a53dfd80ddf6f4630025..0995971328e7eca443cccc19d909b1236bee1d12 100644 |
--- a/chrome/browser/signin/local_auth_unittest.cc |
+++ b/chrome/browser/signin/local_auth_unittest.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/test/base/testing_pref_service_syncable.h" |
#include "chrome/test/base/testing_profile.h" |
#include "chrome/test/base/testing_profile_manager.h" |
-#include "components/encryptor/encryptor.h" |
+#include "components/encryptor/os_crypt.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -29,7 +29,7 @@ TEST(LocalAuthTest, SetAndCheckCredentials) { |
EXPECT_EQ("", cache.GetLocalAuthCredentialsOfProfileAtIndex(0)); |
#if defined(OS_MACOSX) |
- Encryptor::UseMockKeychain(true); |
+ OSCrypt::UseMockKeychain(true); |
#endif |
std::string password("Some Password"); |