mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Format with clang-tidy (see #3632)
This commit is contained in:
@ -27,7 +27,7 @@ class CefSimpleMenuModelImpl : public CefMenuModel {
|
||||
absl::optional<ui::Accelerator> accel) = 0;
|
||||
|
||||
protected:
|
||||
virtual ~StateDelegate() {}
|
||||
virtual ~StateDelegate() = default;
|
||||
};
|
||||
|
||||
// |delegate| should be the same that was used to create |model|.
|
||||
|
Reference in New Issue
Block a user