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

Unified Diff: chrome/common/ini_parser_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.h ('k') | chrome/common/local_discovery/local_domain_resolver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/ini_parser_unittest.cc
diff --git a/chrome/common/ini_parser_unittest.cc b/chrome/common/ini_parser_unittest.cc
index 178a5692eacdff6daf3692c36657cf6d96ac4ce2..b11fdef2552de47972d1bf0a1dc99aef869700d7 100644
--- a/chrome/common/ini_parser_unittest.cc
+++ b/chrome/common/ini_parser_unittest.cc
@@ -39,7 +39,7 @@ class TestINIParser : public INIParser {
private:
virtual void HandleTriplet(const std::string& section, const std::string& key,
- const std::string& value) OVERRIDE {
+ const std::string& value) override {
EXPECT_EQ(expected_triplets_[pair_i_].section, section);
EXPECT_EQ(expected_triplets_[pair_i_].key, key);
EXPECT_EQ(expected_triplets_[pair_i_].value, value);
« no previous file with comments | « chrome/common/ini_parser.h ('k') | chrome/common/local_discovery/local_domain_resolver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698