Chromium Code Reviews| Index: chrome/browser/ui/webui/uber/uber_ui.h |
| =================================================================== |
| --- chrome/browser/ui/webui/uber/uber_ui.h (revision 116011) |
| +++ chrome/browser/ui/webui/uber/uber_ui.h (working copy) |
| @@ -17,7 +17,7 @@ |
| // objects for pages that appear in the uber page. |
| class UberUI : public ChromeWebUI { |
| public: |
| - explicit UberUI(TabContents* contents); |
| + explicit UberUI(content::WebContents* contents); |
| virtual ~UberUI(); |
| // ChromeWebUI implementation. |