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

Unified Diff: chrome/browser/component_updater/test/cld_component_installer_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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: chrome/browser/component_updater/test/cld_component_installer_unittest.cc
diff --git a/chrome/browser/component_updater/test/cld_component_installer_unittest.cc b/chrome/browser/component_updater/test/cld_component_installer_unittest.cc
index 359ff7d64ab04bf45a28ab03780e9f44b742ed60..0f10ac8ea6fa8f8ce75008e3f8381b463f56978b 100644
--- a/chrome/browser/component_updater/test/cld_component_installer_unittest.cc
+++ b/chrome/browser/component_updater/test/cld_component_installer_unittest.cc
@@ -33,7 +33,7 @@ namespace component_updater {
class CldComponentInstallerTest : public PlatformTest {
public:
CldComponentInstallerTest() {}
- virtual void SetUp() override {
+ void SetUp() override {
PlatformTest::SetUp();
// ScopedTempDir automatically does a recursive delete on the entire

Powered by Google App Engine
This is Rietveld 408576698