| Index: components/cryptauth/sync_scheduler.h
|
| diff --git a/components/proximity_auth/cryptauth/sync_scheduler.h b/components/cryptauth/sync_scheduler.h
|
| similarity index 98%
|
| rename from components/proximity_auth/cryptauth/sync_scheduler.h
|
| rename to components/cryptauth/sync_scheduler.h
|
| index a2d74aab0995d3327be693733a95d814b8fccce3..ea240ba5ae93aa2485008a08cc8de1340d3cf5f8 100644
|
| --- a/components/proximity_auth/cryptauth/sync_scheduler.h
|
| +++ b/components/cryptauth/sync_scheduler.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Interface for scheduling the next CryptAuth sync (e.g. enrollment or device
|
| // sync). The scheduler has two different strategies affecting when to perform
|
| @@ -93,6 +93,6 @@ class SyncScheduler {
|
| virtual void OnSyncCompleted(bool success) = 0;
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_CRYPTAUTH_SYNC_SCHEDULER_H
|
|
|