summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/detachable_toolbar_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/detachable_toolbar_view.h')
-rw-r--r--chrome/browser/ui/views/detachable_toolbar_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/detachable_toolbar_view.h b/chrome/browser/ui/views/detachable_toolbar_view.h
index 64547b6..9f69bf1 100644
--- a/chrome/browser/ui/views/detachable_toolbar_view.h
+++ b/chrome/browser/ui/views/detachable_toolbar_view.h
@@ -60,12 +60,12 @@ class DetachableToolbarView : public AccessiblePaneView {
// bookmarks or extension toolstrips). |rect| is the rectangle to paint
// the background within. |roundness| describes the roundness of the corners.
static void PaintContentAreaBackground(gfx::Canvas* canvas,
- ThemeProvider* theme_provider,
+ ui::ThemeProvider* theme_provider,
const SkRect& rect,
double roundness);
// Paint the border around the content area (when in detached mode).
static void PaintContentAreaBorder(gfx::Canvas* canvas,
- ThemeProvider* theme_provider,
+ ui::ThemeProvider* theme_provider,
const SkRect& rect,
double roundness);