| Index: chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc b/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| index 9801681182a1831be849dfc28b73b9665de81c4c..5df76b0b0036b8d785fa8815ea22cfa9b1c77120 100644
|
| --- a/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| @@ -21,7 +21,7 @@
|
| #include "components/password_manager/core/browser/password_manager_test_utils.h"
|
| #include "components/password_manager/core/browser/password_store_consumer.h"
|
| #include "components/password_manager/core/common/password_manager_pref_names.h"
|
| -#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| +#include "components/sync_preferences/testing_pref_service_syncable.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "crypto/mock_apple_keychain.h"
|
| @@ -150,7 +150,7 @@ class PasswordStoreProxyMacTest
|
|
|
| base::ScopedTempDir db_dir_;
|
| scoped_refptr<PasswordStoreProxyMac> store_;
|
| - syncable_prefs::TestingPrefServiceSyncable testing_prefs_;
|
| + sync_preferences::TestingPrefServiceSyncable testing_prefs_;
|
| };
|
|
|
| PasswordStoreProxyMacTest::PasswordStoreProxyMacTest() {
|
|
|