Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 5c3d9bc0cbb3a5465c5c43e99e1046cc75f49033..ac14d7d528adf6fc19f87c6cef9ddb76d0c8d801 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. |