| Index: components/cryptauth/remote_device.cc
|
| diff --git a/components/proximity_auth/remote_device.cc b/components/cryptauth/remote_device.cc
|
| similarity index 91%
|
| rename from components/proximity_auth/remote_device.cc
|
| rename to components/cryptauth/remote_device.cc
|
| index cecf0239b8e1faa50b620eb280d2d23cbfd45db7..f30aee139320b4b32e0a63b6d633cdfec7b41606 100644
|
| --- a/components/proximity_auth/remote_device.cc
|
| +++ b/components/cryptauth/remote_device.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/remote_device.h"
|
| +#include "components/cryptauth/remote_device.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| RemoteDevice::RemoteDevice() : bluetooth_type(BLUETOOTH_CLASSIC) {}
|
|
|
| @@ -27,4 +27,4 @@ RemoteDevice::RemoteDevice(const RemoteDevice& other) = default;
|
|
|
| RemoteDevice::~RemoteDevice() {}
|
|
|
| -} // namespace
|
| +} // namespace cryptauth
|
|
|