mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -6,15 +6,13 @@
|
||||
#define CEF_TESTS_CEFCLIENT_BROWSER_SCHEME_TEST_H_
|
||||
#pragma once
|
||||
|
||||
namespace client {
|
||||
namespace scheme_test {
|
||||
namespace client::scheme_test {
|
||||
|
||||
// Create and register the custom scheme handler. See
|
||||
// common/scheme_handler_common.h for registration of the custom scheme
|
||||
// name/type which must occur in all processes. Called from test_runner.cc.
|
||||
void RegisterSchemeHandlers();
|
||||
|
||||
} // namespace scheme_test
|
||||
} // namespace client
|
||||
} // namespace client::scheme_test
|
||||
|
||||
#endif // CEF_TESTS_CEFCLIENT_BROWSER_SCHEME_TEST_H_
|
||||
|
Reference in New Issue
Block a user