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

Unified Diff: components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.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_receiver.cc
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc
similarity index 99%
rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc
rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc
index ce5257205dc7d460add36bbdfa26ae6cfe593b3f..c29bb1a393fc9dd87df9d37c365d2c6c7caf9238 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc
+++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.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_receiver.h"
+#include "components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.h"
#ifdef OS_WIN
#include <winsock2.h>
@@ -12,7 +12,7 @@
#include "components/proximity_auth/logging/logging.h"
-namespace proximity_auth {
+namespace cryptauth {
namespace weave {
namespace {
@@ -448,4 +448,4 @@ uint16_t BluetoothLowEnergyWeavePacketReceiver::GetConceptualMaxPacketSize() {
} // namespace weave
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698