Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
index 91b95f6aa99595cba95c69f9713833920e593174..7285b2c9818e17a92f4fc11e5cf2a9c878760a62 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
@@ -29,13 +29,13 @@ class BrowserContext; |
namespace cryptauth { |
class ExternalDeviceInfo; |
+class SecureMessageDelegate; |
} |
namespace proximity_auth { |
class Connection; |
class BluetoothLowEnergyConnectionFinder; |
class BluetoothThrottler; |
-class SecureMessageDelegate; |
} |
namespace extensions { |
@@ -339,7 +339,7 @@ class EasyUnlockPrivateGetRemoteDevicesFunction |
std::unique_ptr<base::ListValue> remote_devices_; |
// Used to derive devices' PSK. Used for the native experiment. |
- std::unique_ptr<proximity_auth::SecureMessageDelegate> |
+ std::unique_ptr<cryptauth::SecureMessageDelegate> |
secure_message_delegate_; |
DISALLOW_COPY_AND_ASSIGN(EasyUnlockPrivateGetRemoteDevicesFunction); |