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:
@@ -11,8 +11,7 @@
|
||||
#include "include/cef_base.h"
|
||||
#include "include/cef_preference.h"
|
||||
|
||||
namespace client {
|
||||
namespace prefs {
|
||||
namespace client::prefs {
|
||||
|
||||
// Register global preferences with default values.
|
||||
void RegisterGlobalPreferences(CefRawPtr<CefPreferenceRegistrar> registrar);
|
||||
@@ -23,7 +22,6 @@ bool LoadWindowRestorePreferences(cef_show_state_t& show_state,
|
||||
bool SaveWindowRestorePreferences(cef_show_state_t show_state,
|
||||
std::optional<CefRect> dip_bounds);
|
||||
|
||||
} // namespace prefs
|
||||
} // namespace client
|
||||
} // namespace client::prefs
|
||||
|
||||
#endif // CEF_TESTS_CEFCLIENT_BROWSER_CLIENT_PREFS_H_
|
||||
|
Reference in New Issue
Block a user