| Index: chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm
|
| index 2a8cf60347244186987ebc6596669cb1f0f20ec6..fb216447ea61484b63e8aae869b729eb75ef6de6 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm
|
| +++ b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm
|
| @@ -8,7 +8,7 @@
|
|
|
| class ThrobbingImageViewAnimationDelegate : public ui::AnimationDelegate {
|
| public:
|
| - ThrobbingImageViewAnimationDelegate(NSView* view) : view_(view) {}
|
| + explicit ThrobbingImageViewAnimationDelegate(NSView* view) : view_(view) {}
|
| virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE {
|
| [view_ setNeedsDisplay:YES];
|
| }
|
|
|