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

Unified Diff: content/browser/renderer_host/p2p/socket_host_test_utils.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/browser/renderer_host/p2p/socket_host_test_utils.h
diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.h b/content/browser/renderer_host/p2p/socket_host_test_utils.h
index c3deea8ecc87427109b5f86a4ca447fc5dd9b910..60b532f48df7e311a2050f708fdab19729c57ab5 100644
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.h
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.h
@@ -46,7 +46,7 @@ MockIPCSender::~MockIPCSender() { }
class FakeSocket : public net::StreamSocket {
public:
- FakeSocket(std::string* written_data);
+ explicit FakeSocket(std::string* written_data);
virtual ~FakeSocket();
void AppendInputData(const char* data, int data_size);

Powered by Google App Engine
This is Rietveld 408576698