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

Unified Diff: components/cryptauth/remote_device.cc

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
« no previous file with comments | « components/cryptauth/remote_device.h ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/remote_device.cc
diff --git a/components/proximity_auth/remote_device.cc b/components/cryptauth/remote_device.cc
similarity index 91%
rename from components/proximity_auth/remote_device.cc
rename to components/cryptauth/remote_device.cc
index cecf0239b8e1faa50b620eb280d2d23cbfd45db7..f30aee139320b4b32e0a63b6d633cdfec7b41606 100644
--- a/components/proximity_auth/remote_device.cc
+++ b/components/cryptauth/remote_device.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/proximity_auth/remote_device.h"
+#include "components/cryptauth/remote_device.h"
-namespace proximity_auth {
+namespace cryptauth {
RemoteDevice::RemoteDevice() : bluetooth_type(BLUETOOTH_CLASSIC) {}
@@ -27,4 +27,4 @@ RemoteDevice::RemoteDevice(const RemoteDevice& other) = default;
RemoteDevice::~RemoteDevice() {}
-} // namespace
+} // namespace cryptauth
« no previous file with comments | « components/cryptauth/remote_device.h ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698