Index: remoting/host/win/unprivileged_process_delegate.cc |
diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc |
index 0537218ad23421bd2be3f67feeabe96ba575c58f..fa1d1d2eab489ea386dbcf9e54b51fdde76932e1 100644 |
--- a/remoting/host/win/unprivileged_process_delegate.cc |
+++ b/remoting/host/win/unprivileged_process_delegate.cc |
@@ -218,8 +218,8 @@ UnprivilegedProcessDelegate::UnprivilegedProcessDelegate( |
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, |
scoped_ptr<base::CommandLine> target_command) |
: io_task_runner_(io_task_runner), |
- event_handler_(nullptr), |
- target_command_(target_command.Pass()) { |
+ target_command_(target_command.Pass()), |
+ event_handler_(nullptr) { |
} |
UnprivilegedProcessDelegate::~UnprivilegedProcessDelegate() { |