| Index: chrome/browser/ui/webui/chromeos/register_page_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/register_page_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/chromeos/register_page_ui.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| // is used in Chrome OS to register product on first sign in.
|
| class RegisterPageUI : public ChromeWebUI {
|
| public:
|
| - explicit RegisterPageUI(TabContents* contents);
|
| + explicit RegisterPageUI(content::WebContents* contents);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(RegisterPageUI);
|
|
|