| Index: ui/views/controls/throbber.h
|
| diff --git a/ui/views/controls/throbber.h b/ui/views/controls/throbber.h
|
| index d0b436bf0731f696d326369e8835c3211faf424f..aeb1d9b7a96b0062e6ba28478dfa3f034ddd288a 100644
|
| --- a/ui/views/controls/throbber.h
|
| +++ b/ui/views/controls/throbber.h
|
| @@ -62,7 +62,7 @@ class VIEWS_EXPORT Throbber : public View {
|
| // a small amount of work time has passed.
|
| class VIEWS_EXPORT SmoothedThrobber : public Throbber {
|
| public:
|
| - SmoothedThrobber(int frame_delay_ms);
|
| + explicit SmoothedThrobber(int frame_delay_ms);
|
| SmoothedThrobber(int frame_delay_ms, SkBitmap* frames);
|
| virtual ~SmoothedThrobber();
|
|
|
|
|