| Index: components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| index 834e42a6cb3ebb9ce72e420a8b6b9772a3d7f9bb..588ddcf3a458db33c3d42987649a29694ac2ce73 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| @@ -5,9 +5,9 @@
|
| #include "components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/strings/string_util.h"
|
| #include "components/gcm_driver/gcm_driver.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/proximity_auth/cryptauth/pref_names.h"
|
| #include "components/proximity_auth/logging/logging.h"
|
|
|
|
|