diff options
Diffstat (limited to 'chrome/browser/ui/views/theme_background.cc')
-rw-r--r-- | chrome/browser/ui/views/theme_background.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/theme_background.cc b/chrome/browser/ui/views/theme_background.cc index be8e8f7..857731f 100644 --- a/chrome/browser/ui/views/theme_background.cc +++ b/chrome/browser/ui/views/theme_background.cc @@ -30,7 +30,7 @@ void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const { background = rb.GetBitmapNamed(IDR_THEME_FRAME_INACTIVE); } else { Profile* profile = browser_view_->browser()->profile(); - ThemeProvider* theme = profile->GetThemeProvider(); + ui::ThemeProvider* theme = profile->GetThemeProvider(); if (browser_view_->IsActive()) { background = theme->GetBitmapNamed( profile->IsOffTheRecord() ? |