| Index: components/cryptauth/fake_secure_message_delegate.cc
|
| diff --git a/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc b/components/cryptauth/fake_secure_message_delegate.cc
|
| similarity index 98%
|
| rename from components/proximity_auth/cryptauth/fake_secure_message_delegate.cc
|
| rename to components/cryptauth/fake_secure_message_delegate.cc
|
| index 0ed896eeb224e7a84b3e467298eaab65463fe9a9..8c7024dd531886efaf546e3e8cccf945d13361d3 100644
|
| --- a/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc
|
| +++ b/components/cryptauth/fake_secure_message_delegate.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/fake_secure_message_delegate.h"
|
| +#include "components/cryptauth/fake_secure_message_delegate.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/md5.h"
|
| #include "base/strings/string_util.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| namespace {
|
|
|
| @@ -197,4 +197,4 @@ std::string FakeSecureMessageDelegate::GetPrivateKeyForPublicKey(
|
| return kPrivateKeyPrefix + public_key;
|
| }
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|