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

Unified Diff: chrome/browser/ui/cocoa/panels/panel_cocoa.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/panels/panel_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/panels/panel_cocoa.mm b/chrome/browser/ui/cocoa/panels/panel_cocoa.mm
index 78c24e7b0a1df44d73c61c7f4df35e6defeb86d3..7af3b8045fcef8b22fc0b7a9070a96ffa592a5a0 100644
--- a/chrome/browser/ui/cocoa/panels/panel_cocoa.mm
+++ b/chrome/browser/ui/cocoa/panels/panel_cocoa.mm
@@ -282,7 +282,7 @@ void PanelCocoa::DidCloseNativeWindow() {
// NativePanelTesting implementation.
class CocoaNativePanelTesting : public NativePanelTesting {
public:
- CocoaNativePanelTesting(NativePanel* native_panel);
+ explicit CocoaNativePanelTesting(NativePanel* native_panel);
virtual ~CocoaNativePanelTesting() { }
// Overridden from NativePanelTesting
virtual void PressLeftMouseButtonTitlebar(

Powered by Google App Engine
This is Rietveld 408576698