| Index: components/cryptauth/cryptauth_enrollment_utils.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc b/components/cryptauth/cryptauth_enrollment_utils.cc
|
| similarity index 89%
|
| rename from components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc
|
| rename to components/cryptauth/cryptauth_enrollment_utils.cc
|
| index d44cb76fb49ae812729a10f4cbbb0a88c8c09c1b..e8429532ffe121a29617fab9445eafee757651a7 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc
|
| +++ b/components/cryptauth/cryptauth_enrollment_utils.cc
|
| @@ -2,7 +2,7 @@
|
| // 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/cryptauth_enrollment_utils.h"
|
| +#include "components/cryptauth/cryptauth_enrollment_utils.h"
|
|
|
| #include <math.h>
|
| #include <stddef.h>
|
| @@ -11,7 +11,7 @@
|
| #include "base/md5.h"
|
| #include "base/sha1.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| int64_t HashStringToInt64(const std::string& string) {
|
| base::MD5Context context;
|
| @@ -41,4 +41,4 @@ std::string CalculateDeviceUserId(const std::string& device_id,
|
| return device_user_id;
|
| }
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|