| Index: chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc b/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc
|
| index e3019d69fcf8af91929ec0246b52c037c338cb98..0ae2e569e1d9a0a4136d444302cdf852d1452a6f 100644
|
| --- a/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc
|
| @@ -12,8 +12,8 @@
|
| #include "chrome/browser/chromeos/settings/cros_settings.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| -#include "chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h"
|
| -#include "chrome/browser/ui/webui/options2/chromeos/proxy_handler.h"
|
| +#include "chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h"
|
| +#include "chrome/browser/ui/webui/options/chromeos/proxy_handler.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|