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

Unified Diff: chrome/browser/notifications/message_center_settings_controller_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/notifications/message_center_settings_controller_unittest.cc
diff --git a/chrome/browser/notifications/message_center_settings_controller_unittest.cc b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
index d7c71330a08eecbb355f2fb1b0c27f99da0bbfb1..b9f5f1af7714f36c223b4c433c24562f7b97bbc4 100644
--- a/chrome/browser/notifications/message_center_settings_controller_unittest.cc
+++ b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
@@ -37,7 +37,7 @@ class MessageCenterSettingsControllerBaseTest : public testing::Test {
MessageCenterSettingsControllerBaseTest()
: testing_profile_manager_(TestingBrowserProcess::GetGlobal()) {}
- ~MessageCenterSettingsControllerBaseTest() override{};
+ ~MessageCenterSettingsControllerBaseTest() override {}
base::FilePath GetProfilePath(const std::string& base_name) {
return testing_profile_manager_.profile_manager()->user_data_dir()

Powered by Google App Engine
This is Rietveld 408576698