| Index: components/cryptauth/connection.h
|
| diff --git a/components/proximity_auth/connection.h b/components/cryptauth/connection.h
|
| similarity index 94%
|
| rename from components/proximity_auth/connection.h
|
| rename to components/cryptauth/connection.h
|
| index f66e831cbddf2507e54e7052355657342bea000b..5daba54fe782dd5a01ab2000c06df34b64aa143e 100644
|
| --- a/components/proximity_auth/connection.h
|
| +++ b/components/cryptauth/connection.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_PROXIMITY_AUTH_CONNECTION_H
|
| -#define COMPONENTS_PROXIMITY_AUTH_CONNECTION_H
|
| +#ifndef COMPONENTS_CRYPTAUTH_CONNECTION_H
|
| +#define COMPONENTS_CRYPTAUTH_CONNECTION_H
|
|
|
| #include <memory>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/observer_list.h"
|
| #include "components/cryptauth/remote_device.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| class ConnectionObserver;
|
| class WireMessage;
|
| @@ -112,6 +112,6 @@ class Connection {
|
| DISALLOW_COPY_AND_ASSIGN(Connection);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| -#endif // COMPONENTS_PROXIMITY_AUTH_CONNECTION_H
|
| +#endif // COMPONENTS_CRYPTAUTH_CONNECTION_H
|
|
|