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

Unified Diff: remoting/host/native_messaging/native_messaging_reader_unittest.cc

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/native_messaging_reader_unittest.cc
diff --git a/remoting/host/native_messaging/native_messaging_reader_unittest.cc b/remoting/host/native_messaging/native_messaging_reader_unittest.cc
index 96ad18f1f7e236611b3a7394cd8bbbc067c6d3c2..9611c11b1063db67f8f81bb77705788720b190ef 100644
--- a/remoting/host/native_messaging/native_messaging_reader_unittest.cc
+++ b/remoting/host/native_messaging/native_messaging_reader_unittest.cc
@@ -20,7 +20,7 @@ class NativeMessagingReaderTest : public testing::Test {
NativeMessagingReaderTest();
virtual ~NativeMessagingReaderTest();
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
// Starts the reader and runs the MessageLoop to completion.
void Run();
« no previous file with comments | « remoting/host/mouse_clamping_filter.h ('k') | remoting/host/native_messaging/native_messaging_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698