| Index: components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc b/components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc
|
| index e70f5a9d5fca8ca26de1f173c79a4e69a8baf5c6..61074e9b3e709b5aeabd6ed80fb6a027522aba37 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc
|
| @@ -10,10 +10,10 @@
|
| #include "base/base64url.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/prefs/scoped_user_pref_update.h"
|
| -#include "base/prefs/testing_pref_service.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/test/simple_test_clock.h"
|
| +#include "components/prefs/scoped_user_pref_update.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h"
|
| #include "components/proximity_auth/cryptauth/mock_cryptauth_client.h"
|
| #include "components/proximity_auth/cryptauth/mock_sync_scheduler.h"
|
|
|