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

Unified Diff: components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: 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/ble/bluetooth_low_energy_weave_packet_generator.cc
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc
similarity index 97%
rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc
rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc
index c2f55e9ab5ee2c0fbf95050dadc495de775c6d20..164a47b65de6ac34a65a6e117fdbb721ba02645a 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc
+++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.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/ble/bluetooth_low_energy_weave_packet_generator.h"
+#include "components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h"
#ifdef OS_WIN
#include <winsock2.h>
@@ -16,7 +16,7 @@
#include "base/logging.h"
-namespace proximity_auth {
+namespace cryptauth {
namespace weave {
// static.
@@ -198,4 +198,4 @@ void BluetoothLowEnergyWeavePacketGenerator::SetDataLastBit(Packet* packet) {
} // namespace weave
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698