summaryrefslogtreecommitdiffstats
path: root/views/controls/progress_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/progress_bar.h')
-rw-r--r--views/controls/progress_bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/progress_bar.h b/views/controls/progress_bar.h
index e7fe4d2..8eaadf54 100644
--- a/views/controls/progress_bar.h
+++ b/views/controls/progress_bar.h
@@ -69,7 +69,7 @@ class ProgressBar : public View {
int progress_;
// Tooltip text.
- std::wstring tooltip_text_;
+ string16 tooltip_text_;
// The view class name.
static const char kViewClassName[];