Index: content/public/common/context_menu_params.h |
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h |
index 91df0449e35503bd9493b2bebef2597733355075..89ac50a9b5be58bf6607bd938db5b914a5678c17 100644 |
--- a/content/public/common/context_menu_params.h |
+++ b/content/public/common/context_menu_params.h |
@@ -39,7 +39,7 @@ struct CONTENT_EXPORT CustomContextMenuContext { |
// could be used for more contextual actions. |
struct CONTENT_EXPORT ContextMenuParams { |
ContextMenuParams(); |
- ContextMenuParams(const WebKit::WebContextMenuData& data); |
+ explicit ContextMenuParams(const WebKit::WebContextMenuData& data); |
~ContextMenuParams(); |
// This is the type of Context Node that the context menu was invoked on. |