Index: components/proximity_auth/remote_device.h |
diff --git a/components/proximity_auth/remote_device.h b/components/proximity_auth/remote_device.h |
index e10db03a58d827faf5e478938e8b860c999b90f3..a484a2a62d7921b6aaaacc021c7939fffc645012 100644 |
--- a/components/proximity_auth/remote_device.h |
+++ b/components/proximity_auth/remote_device.h |
@@ -8,7 +8,7 @@ |
#include <string> |
#include <vector> |
-namespace proximity_auth { |
+namespace cryptauth { |
struct RemoteDevice { |
public: |
@@ -36,6 +36,6 @@ struct RemoteDevice { |
typedef std::vector<RemoteDevice> RemoteDeviceList; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_REMOTE_DEVICE_H |