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

Unified Diff: components/proximity_auth/remote_device.h

Issue 2560713002: Move RemoteDevice from //components/proximity_auth to //components/cryptauth so that it can be easi… (Closed)
Patch Set: Add cryptauth dependency. 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/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
« no previous file with comments | « components/proximity_auth/proximity_monitor_impl_unittest.cc ('k') | components/proximity_auth/remote_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698