Chromium Code Reviews| Index: chrome/browser/ui/webui/about_ui.h |
| =================================================================== |
| --- chrome/browser/ui/webui/about_ui.h (revision 116011) |
| +++ chrome/browser/ui/webui/about_ui.h (working copy) |
| @@ -45,7 +45,7 @@ |
| class AboutUI : public ChromeWebUI { |
| public: |
| - explicit AboutUI(TabContents* contents, const std::string& host); |
| + explicit AboutUI(content::WebContents* contents, const std::string& host); |
| virtual ~AboutUI() {} |
| private: |