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 ceb67562d3d062fe6a1f7d8a7f5ad5cf61320176..cfae056e6246e968d05685c767155eeb5518658b 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/proxy_config_service_impl.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_handler2.h" |
-#include "chrome/browser/ui/webui/options2/chromeos/proxy_handler2.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/common/jstemplate_builder.h" |
#include "chrome/common/url_constants.h" |
#include "content/public/browser/web_contents.h" |