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

Unified Diff: remoting/host/native_messaging/pipe_messaging_channel.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
Index: remoting/host/native_messaging/pipe_messaging_channel.h
diff --git a/remoting/host/native_messaging/pipe_messaging_channel.h b/remoting/host/native_messaging/pipe_messaging_channel.h
index 76dfa5fafa81717494db349c0c36b4283d60780e..fef1dac657bfed6be4670d724086d8754dbbb964 100644
--- a/remoting/host/native_messaging/pipe_messaging_channel.h
+++ b/remoting/host/native_messaging/pipe_messaging_channel.h
@@ -38,8 +38,8 @@ class PipeMessagingChannel : public extensions::NativeMessagingChannel,
virtual ~PipeMessagingChannel();
// extensions::NativeMessagingChannel implementation.
- virtual void Start(EventHandler* event_handler) OVERRIDE;
- virtual void SendMessage(scoped_ptr<base::Value> message) OVERRIDE;
+ virtual void Start(EventHandler* event_handler) override;
+ virtual void SendMessage(scoped_ptr<base::Value> message) override;
private:
// Processes a message received from the client app.
« no previous file with comments | « remoting/host/native_messaging/native_messaging_writer_unittest.cc ('k') | remoting/host/oauth_token_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698