Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 56d06cf1291d66684004a03dc4441a967f9b014a..1096bb45adc4c317cdfd5253f07a89c9b69d318e 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -23,9 +23,9 @@ config("common_inherited_config") { |
if (build_with_chromium) { |
defines = [ "WEBRTC_CHROMIUM_BUILD" ] |
include_dirs = [ |
- # overrides must be included first as that is the mechanism for |
+ # The overrides must be included first as that is the mechanism for |
# selecting the override headers in Chromium. |
- "overrides", |
+ "../webrtc_overrides", |
# Allow includes to be prefixed with webrtc/ in case it is not an |
# immediate subdirectory of the top-level. |