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

Unified Diff: content/renderer/render_view_impl.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 | « content/renderer/pepper/pepper_websocket_host.h ('k') | content/renderer/render_widget_fullscreen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 1079af746e056380e6f96ce2fa6eb51a69d400b0..0791ffa27de88fd44cfac003b0fbde98d3622bcb 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -806,7 +806,7 @@ class CONTENT_EXPORT RenderViewImpl
virtual bool WebWidgetHandlesCompositorScheduling() const OVERRIDE;
protected:
- RenderViewImpl(RenderViewImplParams* params);
+ explicit RenderViewImpl(RenderViewImplParams* params);
// Do not delete directly. This class is reference counted.
virtual ~RenderViewImpl();
« no previous file with comments | « content/renderer/pepper/pepper_websocket_host.h ('k') | content/renderer/render_widget_fullscreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698