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

Unified Diff: content/renderer/pepper/pepper_in_process_router.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
Index: content/renderer/pepper/pepper_in_process_router.h
diff --git a/content/renderer/pepper/pepper_in_process_router.h b/content/renderer/pepper/pepper_in_process_router.h
index bc2d547d033f24138a496c3e4741e38398316a41..67b9a3b4fd0da7b7c3f671d79b6dbdb2386366ab 100644
--- a/content/renderer/pepper/pepper_in_process_router.h
+++ b/content/renderer/pepper/pepper_in_process_router.h
@@ -51,7 +51,7 @@ class RendererPpapiHostImpl;
class PepperInProcessRouter {
public:
// The given host parameter owns this class and must outlive us.
- PepperInProcessRouter(RendererPpapiHostImpl* host_impl);
+ explicit PepperInProcessRouter(RendererPpapiHostImpl* host_impl);
~PepperInProcessRouter();
// Returns the dummy sender for the cooresponding end of the in-process
« no previous file with comments | « content/renderer/pepper/pepper_file_chooser_host.cc ('k') | content/renderer/pepper/pepper_in_process_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698