summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/theme_background.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/theme_background.cc')
-rw-r--r--chrome/browser/ui/views/theme_background.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/theme_background.cc b/chrome/browser/ui/views/theme_background.cc
index dabd9ae..e3eb665 100644
--- a/chrome/browser/ui/views/theme_background.cc
+++ b/chrome/browser/ui/views/theme_background.cc
@@ -6,6 +6,7 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/themes/browser_theme_provider.h"
+#include "chrome/browser/themes/theme_service.h"
#include "chrome/browser/ui/views/frame/browser_view.h"
#include "grit/app_resources.h"
#include "grit/generated_resources.h"
@@ -30,7 +31,8 @@ void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
background = rb.GetBitmapNamed(IDR_THEME_FRAME_INACTIVE);
} else {
Profile* profile = browser_view_->browser()->profile();
- ui::ThemeProvider* theme = profile->GetThemeProvider();
+ ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile);
+
if (browser_view_->IsActive()) {
background = theme->GetBitmapNamed(
profile->IsOffTheRecord() ?