| Index: chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| index 567bb9688c0d996ac42dbd719d6e0ee6a8ee4db4..34bed6d701d5f5fe7c8d75424a38b5c2e4c06a3e 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/proxy_cros_settings_provider.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| @@ -20,8 +19,7 @@
|
|
|
| namespace chromeos {
|
|
|
| -ProxyHandler::ProxyHandler()
|
| - : CrosOptionsPageUIHandler(new ProxyCrosSettingsProvider()) {
|
| +ProxyHandler::ProxyHandler() {
|
| }
|
|
|
| ProxyHandler::~ProxyHandler() {
|
|
|