tests: Format with clang-tidy (see #3632)

This commit is contained in:
Marshall Greenblatt
2024-01-19 21:22:56 -05:00
parent 9fd312ce04
commit 0a64bb6f9b
108 changed files with 505 additions and 647 deletions

View File

@@ -9,13 +9,11 @@
#include "include/cef_base.h"
#include "tests/shared/browser/client_app_browser.h"
namespace client {
namespace browser {
namespace client::browser {
// Create the browser delegate. Called from client_app_delegates_browser.cc.
void CreateDelegates(ClientAppBrowser::DelegateSet& delegates);
} // namespace browser
} // namespace client
} // namespace client::browser
#endif // CEF_TESTS_CEFCLIENT_BROWSER_CLIENT_BROWSER_H_