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

Unified Diff: content/renderer/pepper/pepper_websocket_host.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_plugin_delegate_impl.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_websocket_host.h
diff --git a/content/renderer/pepper/pepper_websocket_host.h b/content/renderer/pepper/pepper_websocket_host.h
index 8c6c8c9e8f11a09a41e2b225f44cfa00f34c4549..612443a59dc034065a1366e21e81f2e2bca7eed0 100644
--- a/content/renderer/pepper/pepper_websocket_host.h
+++ b/content/renderer/pepper/pepper_websocket_host.h
@@ -29,9 +29,9 @@ class CONTENT_EXPORT PepperWebSocketHost
: public ppapi::host::ResourceHost,
public NON_EXPORTED_BASE(::WebKit::WebSocketClient) {
public:
- explicit PepperWebSocketHost(RendererPpapiHost* host,
- PP_Instance instance,
- PP_Resource resource);
+ PepperWebSocketHost(RendererPpapiHost* host,
+ PP_Instance instance,
+ PP_Resource resource);
virtual ~PepperWebSocketHost();
virtual int32_t OnResourceMessageReceived(
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698