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

Unified Diff: net/test/net_test_suite.h

Issue 623213004: replace OVERRIDE and FINAL with override and final in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo unwanted change in comment 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 | « net/test/embedded_test_server/http_response.h ('k') | net/test/net_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/net_test_suite.h
diff --git a/net/test/net_test_suite.h b/net/test/net_test_suite.h
index c8479d724ed41f20de93c773947ed362b72ca32e..1a400d436d27aca31c81feedac3f3ab18aa69382 100644
--- a/net/test/net_test_suite.h
+++ b/net/test/net_test_suite.h
@@ -23,9 +23,9 @@ class NetTestSuite : public base::TestSuite {
NetTestSuite(int argc, char** argv);
virtual ~NetTestSuite();
- virtual void Initialize() OVERRIDE;
+ virtual void Initialize() override;
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
protected:
// This constructor is only accessible to specialized net test
« no previous file with comments | « net/test/embedded_test_server/http_response.h ('k') | net/test/net_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698