mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
ceftests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -75,7 +75,7 @@ CefRefPtr<CefValue> CreateDictionaryValue(CefRefPtr<CefDictionaryValue> value) {
|
||||
// Browser-side app delegate.
|
||||
class PreferenceBrowserTest : public client::ClientAppBrowser::Delegate {
|
||||
public:
|
||||
PreferenceBrowserTest() {}
|
||||
PreferenceBrowserTest() = default;
|
||||
|
||||
void OnRegisterCustomPreferences(
|
||||
CefRefPtr<client::ClientAppBrowser> app,
|
||||
@@ -416,7 +416,7 @@ void ValidateGet(CefRefPtr<CefPreferenceManager> context,
|
||||
// No-op implementation.
|
||||
class TestRequestContextHandler : public CefRequestContextHandler {
|
||||
public:
|
||||
TestRequestContextHandler() {}
|
||||
TestRequestContextHandler() = default;
|
||||
explicit TestRequestContextHandler(CefRefPtr<CefWaitableEvent> event)
|
||||
: event_(event) {}
|
||||
|
||||
|
Reference in New Issue
Block a user