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

Unified Diff: chrome/common/local_discovery/local_domain_resolver_unittest.cc

Issue 622373003: Replacing the OVERRIDE with override in chrome/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved Error 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 | « chrome/common/ini_parser_unittest.cc ('k') | chrome/common/local_discovery/service_discovery_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/local_discovery/local_domain_resolver_unittest.cc
diff --git a/chrome/common/local_discovery/local_domain_resolver_unittest.cc b/chrome/common/local_discovery/local_domain_resolver_unittest.cc
index cc65ab3dd5cfd5e6246fd237ae9eb68c0c1cc9bb..146cca2ecd2f9a2bd8ef8d782d8ba78eb888ff96 100644
--- a/chrome/common/local_discovery/local_domain_resolver_unittest.cc
+++ b/chrome/common/local_discovery/local_domain_resolver_unittest.cc
@@ -60,7 +60,7 @@ const uint8 kSamplePacketAAAA[] = {
class LocalDomainResolverTest : public testing::Test {
public:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
mdns_client_.StartListening(&socket_factory_);
}
« no previous file with comments | « chrome/common/ini_parser_unittest.cc ('k') | chrome/common/local_discovery/service_discovery_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698