diff options
Diffstat (limited to 'chrome/browser/ui/views/download/download_item_view.h')
-rw-r--r-- | chrome/browser/ui/views/download/download_item_view.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/ui/views/download/download_item_view.h b/chrome/browser/ui/views/download/download_item_view.h index f518b12..43c999c 100644 --- a/chrome/browser/ui/views/download/download_item_view.h +++ b/chrome/browser/ui/views/download/download_item_view.h @@ -87,8 +87,7 @@ class DownloadItemView : public views::ButtonListener, virtual void OnMouseMoved(const views::MouseEvent& event) OVERRIDE; virtual void OnMouseExited(const views::MouseEvent& event) OVERRIDE; virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE; - virtual bool GetTooltipText(const gfx::Point& p, - std::wstring* tooltip) OVERRIDE; + virtual bool GetTooltipText(const gfx::Point& p, string16* tooltip) OVERRIDE; virtual void ShowContextMenu(const gfx::Point& p, bool is_mouse_gesture) OVERRIDE; virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; @@ -204,7 +203,7 @@ class DownloadItemView : public views::ButtonListener, gfx::Font font_; // The tooltip. - std::wstring tooltip_text_; + string16 tooltip_text_; // The current state (normal, hot or pushed) of the body and drop-down. State body_state_; |