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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/secure_message_delegate_chromeos.h

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: chrome/browser/chromeos/login/easy_unlock/secure_message_delegate_chromeos.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/secure_message_delegate_chromeos.h b/chrome/browser/chromeos/login/easy_unlock/secure_message_delegate_chromeos.h
index b81fe8cf57e839d3052f5cf2297c9cdbd86fdbbc..b96261aef38262ee4325910c9afa4cb479145539 100644
--- a/chrome/browser/chromeos/login/easy_unlock/secure_message_delegate_chromeos.h
+++ b/chrome/browser/chromeos/login/easy_unlock/secure_message_delegate_chromeos.h
@@ -6,15 +6,14 @@
#define CHROME_BROWSER_CHROMEOS_LOGIN_EASY_UNLOCK_SECURE_MESSAGE_DELEGATE_CHROMEOS_H_
#include "base/macros.h"
-#include "components/proximity_auth/cryptauth/secure_message_delegate.h"
+#include "components/cryptauth/secure_message_delegate.h"
namespace chromeos {
class EasyUnlockClient;
// SecureMessageDelegate implementation for ChromeOS.
-class SecureMessageDelegateChromeOS
- : public proximity_auth::SecureMessageDelegate {
+class SecureMessageDelegateChromeOS : public cryptauth::SecureMessageDelegate {
public:
SecureMessageDelegateChromeOS();
~SecureMessageDelegateChromeOS() override;

Powered by Google App Engine
This is Rietveld 408576698