| Index: components/cryptauth/sync_scheduler_impl.cc
|
| diff --git a/components/proximity_auth/cryptauth/sync_scheduler_impl.cc b/components/cryptauth/sync_scheduler_impl.cc
|
| similarity index 98%
|
| rename from components/proximity_auth/cryptauth/sync_scheduler_impl.cc
|
| rename to components/cryptauth/sync_scheduler_impl.cc
|
| index 781d6abf259f215ac10894b0fb53a2eeaf402074..d073eddc03bda4353cca2b8640a11bf371f52220 100644
|
| --- a/components/proximity_auth/cryptauth/sync_scheduler_impl.cc
|
| +++ b/components/cryptauth/sync_scheduler_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/proximity_auth/cryptauth/sync_scheduler_impl.h"
|
| +#include "components/cryptauth/sync_scheduler_impl.h"
|
|
|
| #include <algorithm>
|
| #include <cmath>
|
| @@ -15,7 +15,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "components/proximity_auth/logging/logging.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| namespace {
|
|
|
| @@ -194,4 +194,4 @@ base::TimeDelta SyncSchedulerImpl::GetPeriod() {
|
| }
|
| }
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|