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

Unified Diff: ipc/ipc_test_channel_listener.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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: ipc/ipc_test_channel_listener.h
diff --git a/ipc/ipc_test_channel_listener.h b/ipc/ipc_test_channel_listener.h
index 75635f7db390ae6fb02290c9f9317135183821e9..ad069e6244683aa5f8542284512ddaa87c693fd2 100644
--- a/ipc/ipc_test_channel_listener.h
+++ b/ipc/ipc_test_channel_listener.h
@@ -21,7 +21,7 @@ class TestChannelListener : public Listener {
static const size_t kLongMessageStringNumBytes = 50000;
static void SendOneMessage(Sender* sender, const char* text);
- TestChannelListener() : sender_(NULL), messages_left_(50) {}
+ TestChannelListener();
~TestChannelListener() override {}
bool OnMessageReceived(const Message& message) override;

Powered by Google App Engine
This is Rietveld 408576698