| Index: chrome/browser/ui/webui/options/chromeos/proxy_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/proxy_handler.h b/chrome/browser/ui/webui/options/chromeos/proxy_handler.h
|
| index 3f23b203d16c9c1d590703075916b8220cd5296c..4b72c691a82e9fdf14314428de3b42b8f93ab3c1 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/proxy_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/proxy_handler.h
|
| @@ -5,14 +5,14 @@
|
| #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_PROXY_HANDLER_H_
|
| #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_PROXY_HANDLER_H_
|
|
|
| -#include "chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h"
|
| +#include "chrome/browser/ui/webui/options/options_ui.h"
|
|
|
| namespace chromeos {
|
|
|
| // ChromeOS proxy options page UI handler.
|
| -class ProxyHandler : public CrosOptionsPageUIHandler {
|
| +class ProxyHandler : public OptionsPageUIHandler {
|
| public:
|
| - explicit ProxyHandler(Profile* profile);
|
| + explicit ProxyHandler();
|
| virtual ~ProxyHandler();
|
|
|
| // OptionsPageUIHandler implementation.
|
|
|