| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index e55d23ed9f3b096ef7f220f4e46b2b8ae0fca5a8..127c4dea8e3cf422b02a6ddacc5c1a70940eb644 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_info_cache_observer.h"
|
| #include "chrome/browser/shell_integration.h"
|
| -#include "chrome/browser/ui/host_desktop.h"
|
| #include "chrome/browser/ui/webui/options/options_ui.h"
|
| #include "chrome/browser/ui/zoom/chrome_zoom_level_prefs.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| @@ -29,6 +28,7 @@
|
| #include "extensions/browser/extension_registry_observer.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "ui/base/models/table_model_observer.h"
|
| +#include "ui/gfx/host_desktop_type.h"
|
| #include "ui/shell_dialogs/select_file_dialog.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|