| Index: chrome/app/main_dll_loader_win.cc
 | 
| diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
 | 
| index 7097e833446c6a3b721f57ab473f347ed468eb59..a0245d86567b1b9babd319fb58ac923a3360c570 100644
 | 
| --- a/chrome/app/main_dll_loader_win.cc
 | 
| +++ b/chrome/app/main_dll_loader_win.cc
 | 
| @@ -27,7 +27,7 @@
 | 
|  #include "base/trace_event/trace_event.h"
 | 
|  #include "base/win/scoped_handle.h"
 | 
|  #include "base/win/windows_version.h"
 | 
| -#include "chrome/app/chrome_crash_reporter_client.h"
 | 
| +#include "chrome/app/chrome_crash_reporter_client_win.h"
 | 
|  #include "chrome/app/chrome_watcher_client_win.h"
 | 
|  #include "chrome/app/chrome_watcher_command_line_win.h"
 | 
|  #include "chrome/app/file_pre_reader_win.h"
 | 
| 
 |