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

Unified Diff: ppapi/tests/test_transport.cc

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 | « ppapi/cpp/dev/font_dev.h ('k') | remoting/client/plugin/chromoting_scriptable_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_transport.cc
diff --git a/ppapi/tests/test_transport.cc b/ppapi/tests/test_transport.cc
index d45112a45de117bd183949d01f5731a89a189a3a..1295f75518a43274bf944b2953f13c5b06de339c 100644
--- a/ppapi/tests/test_transport.cc
+++ b/ppapi/tests/test_transport.cc
@@ -34,9 +34,9 @@ const int kReadBufferSize = 65536;
class StreamReader {
public:
- explicit StreamReader(pp::Transport_Dev* transport,
- int expected_size,
- pp::CompletionCallback done_callback)
+ StreamReader(pp::Transport_Dev* transport,
+ int expected_size,
+ pp::CompletionCallback done_callback)
: expected_size_(expected_size),
done_callback_(done_callback),
ALLOW_THIS_IN_INITIALIZER_LIST(callback_factory_(this)),
« no previous file with comments | « ppapi/cpp/dev/font_dev.h ('k') | remoting/client/plugin/chromoting_scriptable_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698