| 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 867ccf30350091bcc8d8348daec5e60879a57850..30e9a6cedaeea7c783bab410e6e0f73614b6ed7f 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(Profile* profile)
|
| - : CrosOptionsPageUIHandler(new ProxyCrosSettingsProvider(profile)) {
|
| +ProxyHandler::ProxyHandler() {
|
| }
|
|
|
| ProxyHandler::~ProxyHandler() {
|
|
|