| Index: components/proximity_auth/proximity_auth_pref_manager.cc
|
| diff --git a/components/proximity_auth/proximity_auth_pref_manager.cc b/components/proximity_auth/proximity_auth_pref_manager.cc
|
| index f28e1103e79b6c675908da054e7c4e873c97c9f4..20c49c10480d886b0d98d241e1d69de2f2ba4696 100644
|
| --- a/components/proximity_auth/proximity_auth_pref_manager.cc
|
| +++ b/components/proximity_auth/proximity_auth_pref_manager.cc
|
| @@ -8,10 +8,10 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/pref_service.h"
|
| -#include "base/prefs/scoped_user_pref_update.h"
|
| #include "base/values.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/pref_service.h"
|
| +#include "components/prefs/scoped_user_pref_update.h"
|
| #include "components/proximity_auth/logging/logging.h"
|
| #include "components/proximity_auth/proximity_auth_pref_names.h"
|
|
|
|
|