| Index: components/cryptauth/pref_names.cc
|
| diff --git a/components/proximity_auth/cryptauth/pref_names.cc b/components/cryptauth/pref_names.cc
|
| similarity index 89%
|
| rename from components/proximity_auth/cryptauth/pref_names.cc
|
| rename to components/cryptauth/pref_names.cc
|
| index 63362479788dc2c3dd967b49f3d4c8fb50d869c5..01545752803d8a14405d3103e83f4d9090d674d7 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
|
| @@ -18,7 +18,7 @@ const char kCryptAuthDeviceSyncLastSyncTimeSeconds[] =
|
|
|
| // The reason that the next device_sync is performed. This should be one of the
|
| // enum values of InvocationReason in
|
| -// components/proximity_auth/cryptauth/proto/cryptauth_api.proto.
|
| +// components/cryptauth/proto/cryptauth_api.proto.
|
| const char kCryptAuthDeviceSyncReason[] = "cryptauth.device_sync.reason";
|
|
|
| // A list of unlock keys (stored as dictionaries) synced from CryptAuth. Unlock
|
| @@ -38,7 +38,7 @@ const char kCryptAuthEnrollmentLastEnrollmentTimeSeconds[] =
|
|
|
| // The reason that the next enrollment is performed. This should be one of the
|
| // enum values of InvocationReason in
|
| -// components/proximity_auth/cryptauth/proto/cryptauth_api.proto.
|
| +// components/cryptauth/proto/cryptauth_api.proto.
|
| extern const char kCryptAuthEnrollmentReason[] = "cryptauth.enrollment.reason";
|
|
|
| // The public key of the user and device enrolled with CryptAuth.
|
| @@ -54,4 +54,4 @@ extern const char kCryptAuthGCMRegistrationId[] =
|
| "cryptauth.gcm_registration_id";
|
|
|
| } // namespace prefs
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|