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

Unified Diff: components/cryptauth/bluetooth_throttler_impl.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_impl.h
diff --git a/components/proximity_auth/bluetooth_throttler_impl.h b/components/cryptauth/bluetooth_throttler_impl.h
similarity index 85%
rename from components/proximity_auth/bluetooth_throttler_impl.h
rename to components/cryptauth/bluetooth_throttler_impl.h
index 07b0a00acb90a82dc21c4f1ebaf5c1f982455378..6c3fac819df3d8990bfeb97fc116230cd84646c1 100644
--- a/components/proximity_auth/bluetooth_throttler_impl.h
+++ b/components/cryptauth/bluetooth_throttler_impl.h
@@ -2,22 +2,22 @@
// 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_IMPL_H
-#define COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_IMPL_H
+#ifndef COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_IMPL_H
+#define COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_IMPL_H
#include <memory>
#include <set>
#include "base/macros.h"
#include "base/time/time.h"
-#include "components/proximity_auth/bluetooth_throttler.h"
-#include "components/proximity_auth/connection_observer.h"
+#include "components/cryptauth/bluetooth_throttler.h"
+#include "components/cryptauth/connection_observer.h"
namespace base {
class TickClock;
}
-namespace proximity_auth {
+namespace cryptauth {
class Connection;
@@ -64,6 +64,6 @@ class BluetoothThrottlerImpl : public BluetoothThrottler,
DISALLOW_COPY_AND_ASSIGN(BluetoothThrottlerImpl);
};
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_IMPL_H
+#endif // COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_IMPL_H

Powered by Google App Engine
This is Rietveld 408576698