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

Unified Diff: sandbox/src/crosscall_params.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « remoting/protocol/content_description.h ('k') | skia/ext/vector_platform_device_cairo_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/crosscall_params.h
diff --git a/sandbox/src/crosscall_params.h b/sandbox/src/crosscall_params.h
index 4c1e4fedddc64355d761f7ac462c840a7e6a960d..800c8e9c3d1a8fd12575bcf90d4bc1ed7fcadbfc 100644
--- a/sandbox/src/crosscall_params.h
+++ b/sandbox/src/crosscall_params.h
@@ -144,7 +144,7 @@ class CrossCallParams {
protected:
// constructs the IPC call params. Called only from the derived classes
- explicit CrossCallParams(uint32 tag, size_t params_count)
+ CrossCallParams(uint32 tag, size_t params_count)
: tag_(tag),
params_count_(params_count),
is_in_out_(0) {
« no previous file with comments | « remoting/protocol/content_description.h ('k') | skia/ext/vector_platform_device_cairo_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698