| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| index 285ccc0d263ebbde730061cc6366366b24fd9e40..9d2923bda2322939c590d705db9dda36797f9405 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| @@ -10,12 +10,12 @@
|
| #include "base/memory/ptr_util.h"
|
| #include "chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.h"
|
| #include "chrome/common/extensions/api/easy_unlock_private.h"
|
| -#include "components/proximity_auth/connection.h"
|
| -#include "components/proximity_auth/wire_message.h"
|
| +#include "components/cryptauth/connection.h"
|
| +#include "components/cryptauth/wire_message.h"
|
| #include "extensions/browser/event_router.h"
|
|
|
| -using proximity_auth::Connection;
|
| -using proximity_auth::WireMessage;
|
| +using cryptauth::Connection;
|
| +using cryptauth::WireMessage;
|
|
|
| namespace extensions {
|
| namespace {
|
|
|