Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1840)

Unified Diff: chrome/browser/gtk/download_started_animation_gtk.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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().

Powered by Google App Engine
This is Rietveld 408576698