Index: services/video_capture/BUILD.gn |
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn |
index 916dce204d2bc09df774a0b55560c623747dbc42..b233c86dde45a7e254f59265e6e53646d14a9e4d 100644 |
--- a/services/video_capture/BUILD.gn |
+++ b/services/video_capture/BUILD.gn |
@@ -34,8 +34,8 @@ source_set("lib") { |
sources = [ |
"video_capture_device_factory_impl.cc", |
"video_capture_device_factory_impl.h", |
- "video_capture_device_impl.cc", |
- "video_capture_device_impl.h", |
+ "video_capture_device_proxy_impl.cc", |
+ "video_capture_device_proxy_impl.h", |
] |
deps = [ |