diff options
Diffstat (limited to 'chromium/content/app/BUILD.gn')
-rw-r--r-- | chromium/content/app/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/app/BUILD.gn b/chromium/content/app/BUILD.gn index a7db1097360..b8a290162c8 100644 --- a/chromium/content/app/BUILD.gn +++ b/chromium/content/app/BUILD.gn @@ -8,8 +8,8 @@ import("//build/config/features.gni") content_app_sources = [ "android/app_jni_registrar.cc", "android/app_jni_registrar.h", - "android/child_process_service.cc", - "android/child_process_service.h", + "android/child_process_service_impl.cc", + "android/child_process_service_impl.h", "android/content_jni_onload.cc", "android/content_main.cc", "android/content_main.h", |