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

Unified Diff: remoting/host/pairing_registry_delegate_win_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/pairing_registry_delegate_win.h ('k') | remoting/host/pam_authorization_factory_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/pairing_registry_delegate_win_unittest.cc
diff --git a/remoting/host/pairing_registry_delegate_win_unittest.cc b/remoting/host/pairing_registry_delegate_win_unittest.cc
index 991ac8f647dfdd7e1b27edf12cb0a7aa06ccc528..25779464a7495dcb5e55833eeb5ee1e84d9c224d 100644
--- a/remoting/host/pairing_registry_delegate_win_unittest.cc
+++ b/remoting/host/pairing_registry_delegate_win_unittest.cc
@@ -18,7 +18,7 @@ using protocol::PairingRegistry;
class PairingRegistryDelegateWinTest : public testing::Test {
public:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
key_name_ = base::GenerateGUID();
base::win::RegKey root;
@@ -32,7 +32,7 @@ class PairingRegistryDelegateWinTest : public testing::Test {
KEY_READ | KEY_WRITE) == ERROR_SUCCESS);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
privileged_.Close();
unprivileged_.Close();
EXPECT_TRUE(
« no previous file with comments | « remoting/host/pairing_registry_delegate_win.h ('k') | remoting/host/pam_authorization_factory_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698