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

Unified Diff: components/cryptauth/bluetooth_throttler.h

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.h
diff --git a/components/proximity_auth/bluetooth_throttler.h b/components/cryptauth/bluetooth_throttler.h
similarity index 83%
rename from components/proximity_auth/bluetooth_throttler.h
rename to components/cryptauth/bluetooth_throttler.h
index 1e428fe23eb06e4ec9517421dd4f26d4d2658bea..ee77718e4499805a75b26438ba933c65011287b8 100644
--- a/components/proximity_auth/bluetooth_throttler.h
+++ b/components/cryptauth/bluetooth_throttler.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_H
-#define COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_H
+#ifndef COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_H
+#define COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_H
namespace base {
class TimeDelta;
}
-namespace proximity_auth {
+namespace cryptauth {
class Connection;
@@ -33,6 +33,6 @@ class BluetoothThrottler {
virtual void OnConnection(Connection* connection) = 0;
};
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_H
+#endif // COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_H

Powered by Google App Engine
This is Rietveld 408576698