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 |