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

Unified Diff: chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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/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];
}
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_controller.mm ('k') | chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698