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

Unified Diff: webkit/glue/webmenuitem.h

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
« no previous file with comments | « webkit/glue/web_intent_data.h ('k') | webkit/glue/webthread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmenuitem.h
diff --git a/webkit/glue/webmenuitem.h b/webkit/glue/webmenuitem.h
index 3b1e5d2e5b634d9d3fa19646a7f7da6bdc6975e6..5b815910694cefd9f45cdbb39c3f4da5648c4ac4 100644
--- a/webkit/glue/webmenuitem.h
+++ b/webkit/glue/webmenuitem.h
@@ -23,7 +23,7 @@ struct WEBKIT_GLUE_EXPORT WebMenuItem {
};
WebMenuItem();
- WebMenuItem(const WebKit::WebMenuItemInfo& item);
+ explicit WebMenuItem(const WebKit::WebMenuItemInfo& item);
WebMenuItem(const WebMenuItem& item);
~WebMenuItem();
« no previous file with comments | « webkit/glue/web_intent_data.h ('k') | webkit/glue/webthread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698