Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: components/cryptauth/sync_scheduler_impl.cc

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cryptauth/sync_scheduler_impl.h ('k') | components/cryptauth/sync_scheduler_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/cryptauth/sync_scheduler_impl.h ('k') | components/cryptauth/sync_scheduler_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698