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( |