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

Unified Diff: content/test/content_test_suite.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/test/content_test_launcher.cc ('k') | content/test/mock_google_streaming_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_suite.h
diff --git a/content/test/content_test_suite.h b/content/test/content_test_suite.h
index 3203fef1fce4a954fbf102567b474d408e1a7691..6991b99cf62ef506c6f68e605e8538528ac46881 100644
--- a/content/test/content_test_suite.h
+++ b/content/test/content_test_suite.h
@@ -17,10 +17,10 @@ namespace content {
class ContentTestSuite : public ContentTestSuiteBase {
public:
ContentTestSuite(int argc, char** argv);
- virtual ~ContentTestSuite();
+ ~ContentTestSuite() override;
protected:
- virtual void Initialize() override;
+ void Initialize() override;
private:
#if defined(OS_WIN)
« no previous file with comments | « content/test/content_test_launcher.cc ('k') | content/test/mock_google_streaming_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698