| Index: components/cryptauth/sync_scheduler_impl.h
|
| diff --git a/components/proximity_auth/cryptauth/sync_scheduler_impl.h b/components/cryptauth/sync_scheduler_impl.h
|
| similarity index 96%
|
| rename from components/proximity_auth/cryptauth/sync_scheduler_impl.h
|
| rename to components/cryptauth/sync_scheduler_impl.h
|
| index 417e8cfd8262deb3be35037a94982fea1b889e33..9f52140be765fc8f4963e01c0ef6778abb0dfe05 100644
|
| --- a/components/proximity_auth/cryptauth/sync_scheduler_impl.h
|
| +++ b/components/cryptauth/sync_scheduler_impl.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/timer/timer.h"
|
| -#include "components/proximity_auth/cryptauth/sync_scheduler.h"
|
| +#include "components/cryptauth/sync_scheduler.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Implementation of SyncScheduler.
|
| class SyncSchedulerImpl : public SyncScheduler {
|
| @@ -99,6 +99,6 @@ class SyncSchedulerImpl : public SyncScheduler {
|
| DISALLOW_COPY_AND_ASSIGN(SyncSchedulerImpl);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_SYNC_SCHEDULER_IMPL_H
|
|
|