diff options
Diffstat (limited to 'chrome/browser/ntp_background_util.cc')
-rw-r--r-- | chrome/browser/ntp_background_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ntp_background_util.cc b/chrome/browser/ntp_background_util.cc index b3926d5..41be57d 100644 --- a/chrome/browser/ntp_background_util.cc +++ b/chrome/browser/ntp_background_util.cc @@ -57,7 +57,7 @@ void PaintThemeBackground( // static void NtpBackgroundUtil::PaintBackgroundDetachedMode( - ThemeProvider* tp, gfx::Canvas* canvas, const gfx::Rect& area, + ui::ThemeProvider* tp, gfx::Canvas* canvas, const gfx::Rect& area, int tab_contents_height) { // Draw the background to match the new tab page. canvas->FillRectInt(tp->GetColor(BrowserThemeProvider::COLOR_NTP_BACKGROUND), |