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

Unified Diff: components/dom_distiller/core/viewer_unittest.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: components/dom_distiller/core/viewer_unittest.cc
diff --git a/components/dom_distiller/core/viewer_unittest.cc b/components/dom_distiller/core/viewer_unittest.cc
index 75080b8db1c8178988489e48abdcfe7b9f737be9..35e242f53c8a5ecf2779577009c0d413b32f089a 100644
--- a/components/dom_distiller/core/viewer_unittest.cc
+++ b/components/dom_distiller/core/viewer_unittest.cc
@@ -75,9 +75,7 @@ class TestDomDistillerService : public DomDistillerServiceInterface {
class DomDistillerViewerTest : public testing::Test {
public:
- virtual void SetUp() override {
- service_.reset(new TestDomDistillerService());
- }
+ void SetUp() override { service_.reset(new TestDomDistillerService()); }
protected:
scoped_ptr<ViewerHandle> CreateViewRequest(
« no previous file with comments | « components/dom_distiller/core/task_tracker_unittest.cc ('k') | components/dom_distiller/standalone/content_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698