Replace OVERRIDE with override (see issue #3140)

This commit is contained in:
Marshall Greenblatt
2021-06-17 15:43:06 -04:00
parent 9c7367bd4e
commit 6d80ec69d7
149 changed files with 2076 additions and 2076 deletions

View File

@@ -46,7 +46,7 @@ class DialogCallback : public CefRunFileDialogCallback {
virtual void OnFileDialogDismissed(
int last_selected_filter,
const std::vector<CefString>& file_paths) OVERRIDE {
const std::vector<CefString>& file_paths) override {
CEF_REQUIRE_UI_THREAD();
DCHECK(dialog_state_->pending_);
@@ -100,7 +100,7 @@ class Handler : public CefMessageRouterBrowserSide::Handler {
int64 query_id,
const CefString& request,
bool persistent,
CefRefPtr<Callback> callback) OVERRIDE {
CefRefPtr<Callback> callback) override {
CEF_REQUIRE_UI_THREAD();
// Only handle messages from the test URL.