| Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/login/oobe_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/chromeos/login/oobe_ui.h (working copy)
|
| @@ -29,7 +29,7 @@
|
| class OobeUI : public OobeDisplay,
|
| public ChromeWebUI {
|
| public:
|
| - explicit OobeUI(TabContents* contents);
|
| + explicit OobeUI(content::WebContents* contents);
|
|
|
| // OobeDisplay implementation:
|
| virtual void ShowScreen(WizardScreen* screen) OVERRIDE;
|
|
|