| Index: remoting/host/desktop_process_unittest.cc
|
| diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
|
| index de639f100d2e0cbd96e8d72cdf21c04c362f6092..a299e47c2fdf6ced721475242dcef403ecde5aa7 100644
|
| --- a/remoting/host/desktop_process_unittest.cc
|
| +++ b/remoting/host/desktop_process_unittest.cc
|
| @@ -281,7 +281,7 @@ void DesktopProcessTest::RunDeathTest() {
|
|
|
| void DesktopProcessTest::SendCrashRequest() {
|
| tracked_objects::Location location = FROM_HERE;
|
| - daemon_channel_->Send(new ChromotingDaemonDesktopMsg_Crash(
|
| + daemon_channel_->Send(new ChromotingDaemonMsg_Crash(
|
| location.function_name(), location.file_name(), location.line_number()));
|
| }
|
|
|
|
|