summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/gcm_client_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gcm/gcm_client_impl_unittest.cc')
-rw-r--r--google_apis/gcm/gcm_client_impl_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc
index cb8d217c..d45a0fc 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.