Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: remoting/client/plugin/pepper_address_resolver.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/plugin/normalizing_input_filter_mac.h ('k') | remoting/client/plugin/pepper_audio_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_address_resolver.h
diff --git a/remoting/client/plugin/pepper_address_resolver.h b/remoting/client/plugin/pepper_address_resolver.h
index 37012ea51e05cdacb89575da339a2d170a813f6b..42e61b64204e675d51636d88b900661626cab8fa 100644
--- a/remoting/client/plugin/pepper_address_resolver.h
+++ b/remoting/client/plugin/pepper_address_resolver.h
@@ -19,11 +19,11 @@ class PepperAddressResolver : public rtc::AsyncResolverInterface {
virtual ~PepperAddressResolver();
// rtc::AsyncResolverInterface.
- virtual void Start(const rtc::SocketAddress& addr) OVERRIDE;
+ virtual void Start(const rtc::SocketAddress& addr) override;
virtual bool GetResolvedAddress(int family,
- rtc::SocketAddress* addr) const OVERRIDE;
- virtual int GetError() const OVERRIDE;
- virtual void Destroy(bool wait) OVERRIDE;
+ rtc::SocketAddress* addr) const override;
+ virtual int GetError() const override;
+ virtual void Destroy(bool wait) override;
private:
void OnResolved(int32_t result);
« no previous file with comments | « remoting/client/plugin/normalizing_input_filter_mac.h ('k') | remoting/client/plugin/pepper_audio_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698