Index: ui/views/examples/progress_bar_example.h |
diff --git a/ui/views/examples/progress_bar_example.h b/ui/views/examples/progress_bar_example.h |
index bf5fd90952f94322535fd9839382fcf2cc25e658..f24dc53d619f95ac35bd206b1f7b76d5b933433d 100644 |
--- a/ui/views/examples/progress_bar_example.h |
+++ b/ui/views/examples/progress_bar_example.h |
@@ -30,6 +30,7 @@ class VIEWS_EXAMPLES_EXPORT ProgressBarExample : public ExampleBase, |
Button* minus_button_; |
Button* plus_button_; |
ProgressBar* progress_bar_; |
+ ProgressBar* indeterminate_progress_bar_; |
double current_percent_; |
DISALLOW_COPY_AND_ASSIGN(ProgressBarExample); |