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

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=333ff5ff1b7dacb0ef4aa1f025d97babd4c2f252$
// $hash=5eae6e5926edbbf4df1483890810048bd7883be4$
//
#ifndef CEF_LIBCEF_DLL_CTOCPP_FILE_DIALOG_CALLBACK_CTOCPP_H_
@@ -37,8 +37,8 @@ class CefFileDialogCallbackCToCpp
// CefFileDialogCallback methods.
void Continue(int selected_accept_filter,
const std::vector<CefString>& file_paths) OVERRIDE;
void Cancel() OVERRIDE;
const std::vector<CefString>& file_paths) override;
void Cancel() override;
};
#endif // CEF_LIBCEF_DLL_CTOCPP_FILE_DIALOG_CALLBACK_CTOCPP_H_