| Index: remoting/host/host_service_win.cc
|
| diff --git a/remoting/host/host_service_win.cc b/remoting/host/host_service_win.cc
|
| index e9614bae871b09987b99f0fc5fa2aa0cf2e8bc2e..0f347ecd9ed7abdb317527ea05ae418a19e1a948 100644
|
| --- a/remoting/host/host_service_win.cc
|
| +++ b/remoting/host/host_service_win.cc
|
| @@ -26,8 +26,8 @@
|
| #include "remoting/base/breakpad.h"
|
| #include "remoting/base/scoped_sc_handle_win.h"
|
| #include "remoting/host/branding.h"
|
| -#include "remoting/host/breakpad.h"
|
| #include "remoting/host/host_service_resource.h"
|
| +#include "remoting/host/usage_stats_consent.h"
|
| #include "remoting/host/wts_console_observer_win.h"
|
| #include "remoting/host/wts_session_process_launcher_win.h"
|
|
|
| @@ -411,7 +411,6 @@ LRESULT CALLBACK HostService::SessionChangeNotificationProc(HWND hwnd,
|
| } // namespace remoting
|
|
|
| int main(int argc, char** argv) {
|
| - // Initializes the crash dump reports.
|
| if (remoting::IsCrashReportingEnabled()) {
|
| remoting::InitializeCrashReporting();
|
| }
|
|
|