Index: chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
diff --git a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
index c585b1f6c169810c41097adfea313a6a5de602f3..614a7143cf245cfc1933471e19a1b6e49618a3a7 100644 |
--- a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
+++ b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h |
@@ -14,13 +14,14 @@ |
#include "base/memory/weak_ptr.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_metrics.h" |
-#include "chrome/browser/ui/host_desktop.h" |
#include "components/proximity_auth/screenlock_bridge.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/web_ui_message_handler.h" |
#include "google_apis/gaia/gaia_oauth_client.h" |
+#include "ui/gfx/host_desktop_type.h" |
+class Browser; |
class GaiaAuthFetcher; |
namespace base { |