| Index: components/cryptauth/pref_names.cc
|
| diff --git a/components/proximity_auth/cryptauth/pref_names.cc b/components/cryptauth/pref_names.cc
|
| similarity index 95%
|
| rename from components/proximity_auth/cryptauth/pref_names.cc
|
| rename to components/cryptauth/pref_names.cc
|
| index 63362479788dc2c3dd967b49f3d4c8fb50d869c5..34292def5c177b8af820accbfb95c0758e4d5215 100644
|
| --- a/components/proximity_auth/cryptauth/pref_names.cc
|
| +++ b/components/cryptauth/pref_names.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/proximity_auth/cryptauth/pref_names.h"
|
| +#include "components/cryptauth/pref_names.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace prefs {
|
|
|
| // Whether the system is scheduling device_syncs more aggressively to recover
|
| @@ -54,4 +54,4 @@ extern const char kCryptAuthGCMRegistrationId[] =
|
| "cryptauth.gcm_registration_id";
|
|
|
| } // namespace prefs
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|