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

Unified Diff: components/component_updater/test/component_patcher_unittest.h

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/component_updater/test/component_patcher_unittest.h
diff --git a/components/component_updater/test/component_patcher_unittest.h b/components/component_updater/test/component_patcher_unittest.h
index 992e0f82fa88164161b8ac6d0b4e360bc0710313..3eb1b97369c387a6f3f65d3990e04dc70664748b 100644
--- a/components/component_updater/test/component_patcher_unittest.h
+++ b/components/component_updater/test/component_patcher_unittest.h
@@ -24,7 +24,7 @@ const char binary_output_hash[] =
class ComponentPatcherOperationTest : public testing::Test {
public:
explicit ComponentPatcherOperationTest();
- virtual ~ComponentPatcherOperationTest();
+ ~ComponentPatcherOperationTest() override;
protected:
base::ScopedTempDir input_dir_;

Powered by Google App Engine
This is Rietveld 408576698