| Index: components/cryptauth/cryptauth_device_manager.h
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_device_manager.h b/components/cryptauth/cryptauth_device_manager.h
|
| similarity index 95%
|
| rename from components/proximity_auth/cryptauth/cryptauth_device_manager.h
|
| rename to components/cryptauth/cryptauth_device_manager.h
|
| index 90831b35b605b5c2fd4c1e7011e98f5c7d67bce7..9f3602fd949ade0ee6064b111cfcb8ce6adc9486 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_device_manager.h
|
| +++ b/components/cryptauth/cryptauth_device_manager.h
|
| @@ -12,14 +12,14 @@
|
| #include "base/observer_list.h"
|
| #include "base/time/clock.h"
|
| #include "base/time/time.h"
|
| -#include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h"
|
| -#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
|
| -#include "components/proximity_auth/cryptauth/sync_scheduler.h"
|
| +#include "components/cryptauth/cryptauth_gcm_manager.h"
|
| +#include "components/cryptauth/proto/cryptauth_api.pb.h"
|
| +#include "components/cryptauth/sync_scheduler.h"
|
|
|
| class PrefService;
|
| class PrefRegistrySimple;
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| class CryptAuthClient;
|
| class CryptAuthClientFactory;
|
| @@ -166,6 +166,6 @@ class CryptAuthDeviceManager : public SyncScheduler::Delegate,
|
| DISALLOW_COPY_AND_ASSIGN(CryptAuthDeviceManager);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_DEVICE_MANAGER_H
|
|
|