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

Unified Diff: ipc/ipc_sync_channel_unittest.cc

Issue 2821028: Up the warnings in ipc (take 2)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: ipc/ipc_sync_channel_unittest.cc
===================================================================
--- ipc/ipc_sync_channel_unittest.cc (revision 53465)
+++ ipc/ipc_sync_channel_unittest.cc (working copy)
@@ -728,8 +728,8 @@
const std::string& expected_text,
bool pump_during_send)
: Worker(channel_name, Channel::MODE_CLIENT),
- expected_text_(expected_text),
- pump_during_send_(pump_during_send) {
+ pump_during_send_(pump_during_send),
+ expected_text_(expected_text) {
Worker::OverrideThread(listener_thread);
}
« ipc/ipc_logging.cc ('K') | « ipc/ipc_message_utils.cc ('k') | ipc/sync_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698