diff options
Diffstat (limited to 'chrome/browser/dom_ui/new_tab_ui.cc')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc index d4f6174..5e65053 100644 --- a/chrome/browser/dom_ui/new_tab_ui.cc +++ b/chrome/browser/dom_ui/new_tab_ui.cc @@ -284,7 +284,7 @@ void NewTabPageClosePromoHandler::HandleClosePromo( // NewTabUI NewTabUI::NewTabUI(TabContents* contents) - : DOMUI(contents) { + : WebUI(contents) { // Override some options on the Web UI. hide_favicon_ = true; force_bookmark_bar_visible_ = true; |