diff options
Diffstat (limited to 'chrome/browser/chromeos/panels/panel_scroller_header.cc')
-rw-r--r-- | chrome/browser/chromeos/panels/panel_scroller_header.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/panels/panel_scroller_header.cc b/chrome/browser/chromeos/panels/panel_scroller_header.cc index 47da1ad..ebd8131 100644 --- a/chrome/browser/chromeos/panels/panel_scroller_header.cc +++ b/chrome/browser/chromeos/panels/panel_scroller_header.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this +// Copyright (c) 2010 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. @@ -7,7 +7,7 @@ #include "app/gfx/canvas.h" #include "app/gfx/font.h" #include "app/resource_bundle.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/chromeos/panels/panel_scroller.h" PanelScrollerHeader::PanelScrollerHeader(PanelScroller* scroller) @@ -47,5 +47,4 @@ void PanelScrollerHeader::Paint(gfx::Canvas* canvas) { int font_top = 1; canvas->DrawStringInt(UTF16ToWideHack(title_), font, 0xFF000000, 3, font_top, size().width(), size().height() - font_top); - } |