| Index: google_apis/gcm/engine/mcs_client_unittest.cc
|
| diff --git a/google_apis/gcm/engine/mcs_client_unittest.cc b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| index 7eab21b05fe219d930fb182097f4d42a80d030b2..c4ab792d5327ec10e8ffb642ddff1c9d2dd5226c 100644
|
| --- a/google_apis/gcm/engine/mcs_client_unittest.cc
|
| +++ b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/run_loop.h"
|
| #include "base/strings/string_number_conversions.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_util.h"
|
| #include "google_apis/gcm/engine/fake_connection_factory.h"
|
| #include "google_apis/gcm/engine/fake_connection_handler.h"
|
| @@ -146,7 +146,7 @@ MCSClientTest::MCSClientTest()
|
|
|
| // On OSX, prevent the Keychain permissions popup during unit tests.
|
| #if defined(OS_MACOSX)
|
| - Encryptor::UseMockKeychain(true);
|
| + OSCrypt::UseMockKeychain(true);
|
| #endif
|
|
|
| // Advance the clock to a non-zero time.
|
|
|