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

Unified Diff: chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 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/chrome_component_updater_configurator_unittest.cc
diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc b/chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc
index aae5764ff94549919edc367b8569640bd6e722a4..20b8e27e0072bc5809985a45b22e7c19d027c877 100644
--- a/chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc
+++ b/chrome/browser/component_updater/chrome_component_updater_configurator_unittest.cc
@@ -25,7 +25,7 @@ namespace component_updater {
class ChromeComponentUpdaterConfiguratorTest : public testing::Test {
public:
ChromeComponentUpdaterConfiguratorTest() {}
- ~ChromeComponentUpdaterConfiguratorTest() override{};
+ ~ChromeComponentUpdaterConfiguratorTest() override {}
// Overrides from testing::Test.
void SetUp() override;

Powered by Google App Engine
This is Rietveld 408576698