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

Unified Diff: components/cryptauth/bluetooth_throttler_impl.cc

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Rebase. Created 4 years 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
Index: components/cryptauth/bluetooth_throttler_impl.cc
diff --git a/components/proximity_auth/bluetooth_throttler_impl.cc b/components/cryptauth/bluetooth_throttler_impl.cc
similarity index 90%
rename from components/proximity_auth/bluetooth_throttler_impl.cc
rename to components/cryptauth/bluetooth_throttler_impl.cc
index da4816dae9bbd72a49c7f060b81b7361eb1409a9..d72337ef5936650a6cdadd8a73261892114af8e3 100644
--- a/components/proximity_auth/bluetooth_throttler_impl.cc
+++ b/components/cryptauth/bluetooth_throttler_impl.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/proximity_auth/bluetooth_throttler_impl.h"
+#include "components/cryptauth/bluetooth_throttler_impl.h"
#include <utility>
#include "base/stl_util.h"
#include "base/time/tick_clock.h"
-#include "components/proximity_auth/connection.h"
+#include "components/cryptauth/connection.h"
-namespace proximity_auth {
+namespace cryptauth {
namespace {
// Time to wait after disconnect before reconnecting.
@@ -63,4 +63,4 @@ void BluetoothThrottlerImpl::OnConnectionStatusChanged(
}
}
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698