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

Unified Diff: ipc/ipc_channel_posix_unittest.cc

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 | « gpu/tools/compositor_model_bench/forward_render_model.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_posix_unittest.cc
diff --git a/ipc/ipc_channel_posix_unittest.cc b/ipc/ipc_channel_posix_unittest.cc
index 0484f078069bd349915ec724c8c533e32cfc6d4b..81d3a79bae9403343a96d4ea9e746bdccb11e057 100644
--- a/ipc/ipc_channel_posix_unittest.cc
+++ b/ipc/ipc_channel_posix_unittest.cc
@@ -38,7 +38,7 @@ class IPCChannelPosixTestListener : public IPC::Listener {
LISTEN_ERROR
};
- IPCChannelPosixTestListener(bool quit_only_on_message)
+ explicit IPCChannelPosixTestListener(bool quit_only_on_message)
: status_(DISCONNECTED), quit_only_on_message_(quit_only_on_message) {}
virtual ~IPCChannelPosixTestListener() {}
« no previous file with comments | « gpu/tools/compositor_model_bench/forward_render_model.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698