mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Replace OVERRIDE with override (see issue #3140)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c6de5a60b4d438f164b9915b9adc1e1c319c0f53$
|
||||
// $hash=590ed9ad60ffd03c62591b1dcae2d1c4d7603846$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_PROCESS_MESSAGE_CTOCPP_H_
|
||||
@@ -35,11 +35,11 @@ class CefProcessMessageCToCpp
|
||||
virtual ~CefProcessMessageCToCpp();
|
||||
|
||||
// CefProcessMessage methods.
|
||||
bool IsValid() OVERRIDE;
|
||||
bool IsReadOnly() OVERRIDE;
|
||||
CefRefPtr<CefProcessMessage> Copy() OVERRIDE;
|
||||
CefString GetName() OVERRIDE;
|
||||
CefRefPtr<CefListValue> GetArgumentList() OVERRIDE;
|
||||
bool IsValid() override;
|
||||
bool IsReadOnly() override;
|
||||
CefRefPtr<CefProcessMessage> Copy() override;
|
||||
CefString GetName() override;
|
||||
CefRefPtr<CefListValue> GetArgumentList() override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_PROCESS_MESSAGE_CTOCPP_H_
|
||||
|
Reference in New Issue
Block a user