Remove spurious reference to .cpp extension

Bug: none
Change-Id: I6e817bba8bc374bf542a3eaff2abd7c390602064
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350565
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42328}
This commit is contained in:
Harald Alvestrand 2024-05-16 13:38:08 +00:00 committed by WebRTC LUCI CQ
parent 0ce7de7aa8
commit 2192284746

View File

@ -55,7 +55,7 @@ file type suffix), in the same directory, in the same build target.
test `.cc` files, and with `.cc` files that define `main`.) test `.cc` files, and with `.cc` files that define `main`.)
See also the See also the
[examples and exceptions on how to treat `.h` and `.cpp` files](style-guide/h-cc-pairs.md). [examples and exceptions on how to treat `.h` and `.cc` files](style-guide/h-cc-pairs.md).
This makes the source code easier to navigate and organize, and precludes some This makes the source code easier to navigate and organize, and precludes some
questionable build system practices such as having build targets that don't pull questionable build system practices such as having build targets that don't pull