Index: components/crash/app/BUILD.gn |
diff --git a/components/crash/app/BUILD.gn b/components/crash/app/BUILD.gn |
index 6848a076167e7b6b76d411f315f54540da6a7b4f..a7615b4426da2f0a28415d716519ce3ad5bcf257 100644 |
--- a/components/crash/app/BUILD.gn |
+++ b/components/crash/app/BUILD.gn |
@@ -8,8 +8,8 @@ if (is_android) { |
source_set("lib") { |
sources = [ |
- "breakpad_client.cc", |
- "breakpad_client.h", |
+ "crash_reporter_client.cc", |
+ "crash_reporter_client.h", |
"crash_keys_win.cc", |
"crash_keys_win.h", |
] |