diff options
Diffstat (limited to 'views/controls/image_view.h')
-rw-r--r-- | views/controls/image_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/image_view.h b/views/controls/image_view.h index 285b873..f119dc1 100644 --- a/views/controls/image_view.h +++ b/views/controls/image_view.h @@ -101,7 +101,7 @@ class ImageView : public View { Alignment vert_alignment_; // The current tooltip text. - std::wstring tooltip_text_; + string16 tooltip_text_; DISALLOW_COPY_AND_ASSIGN(ImageView); }; |