| Index: chrome/BUILD.gn
 | 
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
 | 
| index e20c709add7d2079c05fdcf17e7d48753ea928b1..7828eb1492df3361573bbee4d77eabdcaa6bd73b 100644
 | 
| --- a/chrome/BUILD.gn
 | 
| +++ b/chrome/BUILD.gn
 | 
| @@ -104,8 +104,8 @@ if (!is_android) {
 | 
|  
 | 
|      if (is_win) {
 | 
|        sources += [
 | 
| -        "app/chrome_crash_reporter_client.cc",
 | 
| -        "app/chrome_crash_reporter_client.h",
 | 
| +        "app/chrome_crash_reporter_client_win.cc",
 | 
| +        "app/chrome_crash_reporter_client_win.h",
 | 
|          "app/chrome_exe.rc",
 | 
|          "app/chrome_exe_load_config_win.cc",
 | 
|          "app/chrome_exe_main_win.cc",
 | 
| 
 |