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, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/theme_background.cc b/chrome/browser/ui/views/theme_background.cc
index 05acbcd..d7130f0 100644
--- a/chrome/browser/ui/views/theme_background.cc
+++ b/chrome/browser/ui/views/theme_background.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -25,7 +25,7 @@ void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
// Never theme app and popup windows.
if (!browser_view_->IsBrowserTypeNormal()) {
- ResourceBundle& rb = ResourceBundle::GetSharedInstance();
+ ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
if (browser_view_->IsActive())
background = rb.GetBitmapNamed(IDR_FRAME);
else