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

Unified Diff: components/cryptauth/ble/remote_attribute.h

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/remote_attribute.h
diff --git a/components/proximity_auth/ble/remote_attribute.h b/components/cryptauth/ble/remote_attribute.h
similarity index 62%
rename from components/proximity_auth/ble/remote_attribute.h
rename to components/cryptauth/ble/remote_attribute.h
index 2ac2f8c7c12a1ff0c9d1be7fa42041c20adee109..190e332f05429b931e12eb6adc3aa0e1157ecced 100644
--- a/components/proximity_auth/ble/remote_attribute.h
+++ b/components/cryptauth/ble/remote_attribute.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_BLE_REMOTE_ATTRIBUTE_H
-#define COMPONENTS_PROXIMITY_AUTH_BLE_REMOTE_ATTRIBUTE_H
+#ifndef COMPONENTS_CRYPTAUTH_BLE_REMOTE_ATTRIBUTE_H
+#define COMPONENTS_CRYPTAUTH_BLE_REMOTE_ATTRIBUTE_H
#include <string>
#include "device/bluetooth/bluetooth_uuid.h"
-namespace proximity_auth {
+namespace cryptauth {
// Represents an attribute in the peripheral (service or characteristic).
struct RemoteAttribute {
@@ -17,6 +17,6 @@ struct RemoteAttribute {
std::string id;
};
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_REMOTE_ATTRIBUTE_H
+#endif // COMPONENTS_CRYPTAUTH_REMOTE_ATTRIBUTE_H

Powered by Google App Engine
This is Rietveld 408576698