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

Unified Diff: remoting/host/setup/me2me_native_messaging_host.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/host/setup/host_starter.h ('k') | remoting/host/setup/me2me_native_messaging_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/me2me_native_messaging_host.h
diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
index 5c938726c3f5f2fabd2f528e5899d204dd9d4e21..507e6826eea9f9547db41bbb27e37e1c2ff752ef 100644
--- a/remoting/host/setup/me2me_native_messaging_host.h
+++ b/remoting/host/setup/me2me_native_messaging_host.h
@@ -49,8 +49,8 @@ class Me2MeNativeMessagingHost
void Start(const base::Closure& quit_closure);
// extensions::NativeMessagingChannel::EventHandler implementation
- virtual void OnMessage(scoped_ptr<base::Value> message) OVERRIDE;
- virtual void OnDisconnect() OVERRIDE;
+ virtual void OnMessage(scoped_ptr<base::Value> message) override;
+ virtual void OnDisconnect() override;
private:
// These "Process.." methods handle specific request types. The |response|
@@ -135,8 +135,8 @@ class Me2MeNativeMessagingHost
public:
ElevatedChannelEventHandler(Me2MeNativeMessagingHost* host);
- virtual void OnMessage(scoped_ptr<base::Value> message) OVERRIDE;
- virtual void OnDisconnect() OVERRIDE;
+ virtual void OnMessage(scoped_ptr<base::Value> message) override;
+ virtual void OnDisconnect() override;
private:
Me2MeNativeMessagingHost* parent_;
};
« no previous file with comments | « remoting/host/setup/host_starter.h ('k') | remoting/host/setup/me2me_native_messaging_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698