| Index: components/cryptauth/cryptauth_enroller.h
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_enroller.h b/components/cryptauth/cryptauth_enroller.h
|
| similarity index 92%
|
| rename from components/proximity_auth/cryptauth/cryptauth_enroller.h
|
| rename to components/cryptauth/cryptauth_enroller.h
|
| index c6d3e6eb33f84199d829149f3d3b3a609ef652f0..7a9aee37c774d832bb477f0f67a56de8af2da641 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_enroller.h
|
| +++ b/components/cryptauth/cryptauth_enroller.h
|
| @@ -9,9 +9,9 @@
|
| #include <string>
|
|
|
| #include "base/callback_forward.h"
|
| -#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
|
| +#include "components/cryptauth/proto/cryptauth_api.pb.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Interface for enrolling a device with CryptAuth.
|
| class CryptAuthEnroller {
|
| @@ -42,6 +42,6 @@ class CryptAuthEnrollerFactory {
|
| virtual std::unique_ptr<CryptAuthEnroller> CreateInstance() = 0;
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_ENROLLER_H
|
|
|