Chromium Code Reviews| Index: chrome/browser/ui/webui/chrome_web_ui.h |
| =================================================================== |
| --- chrome/browser/ui/webui/chrome_web_ui.h (revision 116011) |
| +++ chrome/browser/ui/webui/chrome_web_ui.h (working copy) |
| @@ -12,7 +12,7 @@ |
| class ChromeWebUI : public WebUI { |
| public: |
| - explicit ChromeWebUI(TabContents* contents); |
| + explicit ChromeWebUI(content::WebContents* contents); |
| virtual ~ChromeWebUI(); |
| // Returns the profile for this WebUI. |