| Index: chrome/browser/gtk/download_started_animation_gtk.cc
|
| diff --git a/chrome/browser/gtk/download_started_animation_gtk.cc b/chrome/browser/gtk/download_started_animation_gtk.cc
|
| index 8913141ce960fc53553eaadc17fc77384f16ae14..513a060b333a8ca16e0390eae3214cfdcb24dadc 100644
|
| --- a/chrome/browser/gtk/download_started_animation_gtk.cc
|
| +++ b/chrome/browser/gtk/download_started_animation_gtk.cc
|
| @@ -31,7 +31,7 @@ const double kMoveFraction = 1.0 / 3.0;
|
| class DownloadStartedAnimationGtk : public Animation,
|
| public NotificationObserver {
|
| public:
|
| - DownloadStartedAnimationGtk(TabContents* tab_contents);
|
| + explicit DownloadStartedAnimationGtk(TabContents* tab_contents);
|
|
|
| // DownloadStartedAnimation will delete itself, but this is public so
|
| // that we can use DeleteSoon().
|
|
|