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

Unified Diff: components/cryptauth/fake_secure_message_delegate.cc

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 years, 1 month 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/fake_secure_message_delegate.cc
diff --git a/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc b/components/cryptauth/fake_secure_message_delegate.cc
similarity index 98%
rename from components/proximity_auth/cryptauth/fake_secure_message_delegate.cc
rename to components/cryptauth/fake_secure_message_delegate.cc
index 0ed896eeb224e7a84b3e467298eaab65463fe9a9..8c7024dd531886efaf546e3e8cccf945d13361d3 100644
--- a/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc
+++ b/components/cryptauth/fake_secure_message_delegate.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/cryptauth/fake_secure_message_delegate.h"
+#include "components/cryptauth/fake_secure_message_delegate.h"
#include <stddef.h>
@@ -12,7 +12,7 @@
#include "base/md5.h"
#include "base/strings/string_util.h"
-namespace proximity_auth {
+namespace cryptauth {
namespace {
@@ -197,4 +197,4 @@ std::string FakeSecureMessageDelegate::GetPrivateKeyForPublicKey(
return kPrivateKeyPrefix + public_key;
}
-} // namespace proximity_auth
+} // namespace cryptauth
« no previous file with comments | « components/cryptauth/fake_secure_message_delegate.h ('k') | components/cryptauth/fake_secure_message_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698