| Index: components/cryptauth/fake_connection.h
|
| diff --git a/components/proximity_auth/fake_connection.h b/components/cryptauth/fake_connection.h
|
| similarity index 84%
|
| rename from components/proximity_auth/fake_connection.h
|
| rename to components/cryptauth/fake_connection.h
|
| index 5bfe3fbc5ffe34e1cb45ad4377fd0a30a638f8f5..0f8867e5a853922e571c7982da18c25373724526 100644
|
| --- a/components/proximity_auth/fake_connection.h
|
| +++ b/components/cryptauth/fake_connection.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_PROXIMITY_AUTH_FAKE_CONNECTION_H
|
| -#define COMPONENTS_PROXIMITY_AUTH_FAKE_CONNECTION_H
|
| +#ifndef COMPONENTS_CRYPTAUTH_FAKE_CONNECTION_H
|
| +#define COMPONENTS_CRYPTAUTH_FAKE_CONNECTION_H
|
|
|
| #include "base/macros.h"
|
| -#include "components/proximity_auth/connection.h"
|
| +#include "components/cryptauth/connection.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // A fake implementation of Connection to use in tests.
|
| class FakeConnection : public Connection {
|
| @@ -49,6 +49,6 @@ class FakeConnection : public Connection {
|
| DISALLOW_COPY_AND_ASSIGN(FakeConnection);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| -#endif // COMPONENTS_PROXIMITY_AUTH_FAKE_CONNECTION_H
|
| +#endif // COMPONENTS_CRYPTAUTH_FAKE_CONNECTION_H
|
|
|