Index: chrome/browser/signin/mutable_profile_oauth2_token_service_unittest.cc |
diff --git a/chrome/browser/signin/mutable_profile_oauth2_token_service_unittest.cc b/chrome/browser/signin/mutable_profile_oauth2_token_service_unittest.cc |
index 6a921fb5c4adb5b7d383f513c28eeccef47545f7..bc3b71ff5ec0e2f12e8168cb1f609492ee4b3de8 100644 |
--- a/chrome/browser/signin/mutable_profile_oauth2_token_service_unittest.cc |
+++ b/chrome/browser/signin/mutable_profile_oauth2_token_service_unittest.cc |
@@ -18,7 +18,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#if defined(OS_MACOSX) |
-#include "components/encryptor/encryptor.h" |
+#include "components/encryptor/os_crypt.h" |
#endif |
// Defining constant here to handle backward compatiblity tests, but this |
@@ -40,7 +40,7 @@ class MutableProfileOAuth2TokenServiceTest : |
virtual void SetUp() OVERRIDE { |
#if defined(OS_MACOSX) |
- Encryptor::UseMockKeychain(true); |
+ OSCrypt::UseMockKeychain(true); |
#endif |
profile_.reset(new TestingProfile); |