Update all .cpp files to use .cc extension (google style)

This commit is contained in:
Aaron Po
2026-04-13 00:11:24 -04:00
parent 035b30abba
commit ef4f47d415
25 changed files with 50 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
/**
* @file wikipedia/fetch_extract.cpp
* @file wikipedia/fetch_extract.cc
* @brief WikipediaService::FetchExtract() implementation.
*/

View File

@@ -1,5 +1,5 @@
/**
* @file wikipedia/get_summary.cpp
* @file wikipedia/get_summary.cc
* @brief WikipediaService::GetLocationContext() implementation.
*/

View File

@@ -1,5 +1,5 @@
/**
* @file services/wikipedia/wikipedia_service.cpp
* @file services/wikipedia/wikipedia_service.cc
* @brief WikipediaService constructor implementation.
*/