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:
@ -36,7 +36,7 @@ class CefDevToolsController : public content::DevToolsAgentHostClient {
|
||||
virtual void OnDevToolsControllerDestroyed() = 0;
|
||||
|
||||
protected:
|
||||
~Observer() override {}
|
||||
~Observer() override = default;
|
||||
};
|
||||
|
||||
// |inspected_contents| will outlive this object.
|
||||
|
Reference in New Issue
Block a user