| Index: app/throb_animation.h
 | 
| diff --git a/app/throb_animation.h b/app/throb_animation.h
 | 
| index e7bacedd346f824ddd873fc4ddb59a4cb1cd9d65..d3ac39eb0eca5180e1e8dd3f9a53846bc6c00a26 100644
 | 
| --- a/app/throb_animation.h
 | 
| +++ b/app/throb_animation.h
 | 
| @@ -33,7 +33,7 @@ class ThrobAnimation : public SlideAnimation {
 | 
|    virtual void Hide();
 | 
|  
 | 
|    // Overridden to maintain the slide duration.
 | 
| -  virtual void SetSlideDuration(int duration) { slide_duration_ = duration; }
 | 
| +  virtual void SetSlideDuration(int duration);
 | 
|  
 | 
|    // The number of cycles remaining until the animation stops.
 | 
|    void set_cycles_remaining(int value) { cycles_remaining_ = value; }
 | 
| 
 |