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

Unified Diff: remoting/host/host_status_logger_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
« no previous file with comments | « remoting/host/host_status_logger.h ('k') | remoting/host/host_status_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_logger_unittest.cc
diff --git a/remoting/host/host_status_logger_unittest.cc b/remoting/host/host_status_logger_unittest.cc
index cb23f2ab98c93f9872ba9795b75245548c61e09c..d2b6fadeebe67839c001fb179d6655d066805646 100644
--- a/remoting/host/host_status_logger_unittest.cc
+++ b/remoting/host/host_status_logger_unittest.cc
@@ -125,7 +125,7 @@ MATCHER(IsClientDisconnected, "") {
class HostStatusLoggerTest : public testing::Test {
public:
HostStatusLoggerTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
message_loop_proxy_ = base::MessageLoopProxy::current();
EXPECT_CALL(signal_strategy_, AddListener(_));
host_status_logger_.reset(
« no previous file with comments | « remoting/host/host_status_logger.h ('k') | remoting/host/host_status_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698