| Index: chrome/browser/ui/webui/options/chromeos/proxy_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/chromeos/proxy_handler.h (revision 108608)
|
| +++ chrome/browser/ui/webui/options/chromeos/proxy_handler.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| // ChromeOS proxy options page UI handler.
|
| class ProxyHandler : public CrosOptionsPageUIHandler {
|
| public:
|
| - ProxyHandler();
|
| + explicit ProxyHandler(Profile* profile);
|
| virtual ~ProxyHandler();
|
|
|
| // OptionsPageUIHandler implementation.
|
|
|