| 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 b7a285ff564b0f5648399ac82a42a44337dfaa09..758dc56b3b711eaebeee3903e20de0422e7957c0 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_BROWSER_OPTIONS_HANDLER_H_
|
| #define CHROME_BROWSER_UI_WEBUI_OPTIONS_BROWSER_OPTIONS_HANDLER_H_
|
|
|
| +#include "apps/shell_integration.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -13,7 +14,6 @@
|
| #include "chrome/browser/printing/cloud_print/cloud_print_setup_handler.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search_engines/template_url_service_observer.h"
|
| -#include "chrome/browser/shell_integration.h"
|
| #include "chrome/browser/ui/webui/options/options_ui.h"
|
| #include "ui/base/models/table_model_observer.h"
|
| #include "ui/shell_dialogs/select_file_dialog.h"
|
|
|