Index: google_apis/gcm/gcm_client_impl_unittest.cc |
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc |
index cb8d217c00a4740e4d562db71b0f2d577c29d4da..d45a0fc66cd9d6aad144ca6d0601ef019ae28d27 100644 |
--- a/google_apis/gcm/gcm_client_impl_unittest.cc |
+++ b/google_apis/gcm/gcm_client_impl_unittest.cc |
@@ -8,7 +8,7 @@ |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
#include "base/test/simple_test_clock.h" |
-#include "components/encryptor/encryptor.h" |
+#include "components/encryptor/os_crypt.h" |
#include "google_apis/gcm/base/mcs_message.h" |
#include "google_apis/gcm/base/mcs_util.h" |
#include "google_apis/gcm/engine/fake_connection_factory.h" |
@@ -287,7 +287,7 @@ void GCMClientImplTest::InitializeGCMClient() { |
#if defined(OS_MACOSX) |
// On OSX, prevent the Keychain permissions popup during unit tests. |
- Encryptor::UseMockKeychain(true); // Must be after Initialize. |
+ OSCrypt::UseMockKeychain(true); // Must be after Initialize. |
#endif |
// Starting loading and check-in. |