Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
index bb99a6a1ebc20a5314036ecb268757882f9df7fd..898c7e57983bca18f12ce7322863e258137579e3 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
@@ -17,13 +17,13 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/signin/easy_unlock_screenlock_state_handler.h" |
#include "chrome/browser/signin/easy_unlock_service.h" |
-#include "chrome/browser/signin/screenlock_bridge.h" |
#include "chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.h" |
#include "chrome/common/extensions/api/easy_unlock_private.h" |
#include "chrome/grit/generated_resources.h" |
#include "components/proximity_auth/bluetooth_util.h" |
#include "components/proximity_auth/cryptauth/cryptauth_enrollment_utils.h" |
#include "components/proximity_auth/switches.h" |
+#include "components/signin/content/screenlock_bridge.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/web_contents.h" |
#include "extensions/browser/browser_context_keyed_api_factory.h" |