| Index: components/proximity_auth/webui/proximity_auth_webui_handler.cc
|
| diff --git a/components/proximity_auth/webui/proximity_auth_webui_handler.cc b/components/proximity_auth/webui/proximity_auth_webui_handler.cc
|
| index 5ef9f17dc1ecd8794108d6f5cf7abf25d5911f05..80ab97ee5596947764948a97d5c368f58f9bbeb1 100644
|
| --- a/components/proximity_auth/webui/proximity_auth_webui_handler.cc
|
| +++ b/components/proximity_auth/webui/proximity_auth_webui_handler.cc
|
| @@ -10,11 +10,11 @@
|
| #include "base/base64url.h"
|
| #include "base/bind.h"
|
| #include "base/i18n/time_formatting.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/time/default_clock.h"
|
| #include "base/time/default_tick_clock.h"
|
| #include "base/values.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/proximity_auth/ble/pref_names.h"
|
| #include "components/proximity_auth/bluetooth_connection_finder.h"
|
| #include "components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h"
|
|
|