Chromium Code Reviews| Index: chrome/browser/ui/webui/aura/app_list_ui.h |
| =================================================================== |
| --- chrome/browser/ui/webui/aura/app_list_ui.h (revision 116011) |
| +++ chrome/browser/ui/webui/aura/app_list_ui.h (working copy) |
| @@ -12,7 +12,7 @@ |
| class AppListUI : public ChromeWebUI { |
| public: |
| - explicit AppListUI(TabContents* contents); |
| + explicit AppListUI(content::WebContents* contents); |
| AppListUIDelegate* delegate() const { |
| return delegate_; |